Skip to content
Merged
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "context-engineering-kit",
"version": "2.2.2",
"version": "2.2.3",
"description": "Hand-crafted collection of advanced context engineering techniques and patterns with minimal token footprint focused on improving agent result quality.",
"owner": {
"name": "NeoLabHQ",
Expand Down Expand Up @@ -55,7 +55,7 @@
{
"name": "sadd",
"description": "Introduces skills for subagent-driven development, dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates.",
"version": "1.3.2",
"version": "1.3.3",
"author": {
"name": "Vlad Goncharov",
"email": "vlad.goncharov@neolab.finance"
Expand Down
4 changes: 3 additions & 1 deletion .specs/research/research-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ claude --agents '{
[] Add git workspaces usage for competitive model writing
[] Research how git notes can be used during code writing and review
[] Research how to add RAG style pipline with vector search to prepent relevant code to context window before code writing
[] Check "Prompting Science" series. https://arxiv.org/abs/2503.04818, https://arxiv.org/abs/2512.05858, https://chatpaper.com/paper/172346, https://arxiv.org/abs/2508.00614, https://www.researchgate.net/publication/392530384_Prompting_Science_Report_2_The_Decreasing_Value_of_Chain_of_Thought_in_Prompting
[] Check "Prompting Science" series. https://arxiv.org/abs/2503.04818, https://arxiv.org/abs/2512.05858, https://chatpaper.com/paper/172346, https://arxiv.org/abs/2508.00614, https://www.researchgate.net/publication/392530384_Prompting_Science_Report_2_The_Decreasing_Value_of_Chain_of_Thought_in_Prompting
[] https://arxiv.org/html/2602.16666v1 - Towards a Science of AI Agent Reliability
[] https://arxiv.org/html/2601.06112v1 - ReliabilityBench: Evaluating LLM Agent Reliability Under Production-Like Stress Conditions
315 changes: 213 additions & 102 deletions README.md

Large diffs are not rendered by default.

172 changes: 130 additions & 42 deletions docs/plugins/sadd/do-in-parallel.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins/sadd/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sadd",
"version": "1.3.2",
"version": "1.3.3",
"description": "Introduces skills for subagent-driven development, dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates.",
"author": {
"name": "Vlad Goncharov",
Expand Down
Loading