@amrhas82/agentic-kit 1.7.5 → 1.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/packages/ampcode/commands/brainstorming.md +0 -1
- package/packages/ampcode/commands/code-review.md +0 -1
- package/packages/ampcode/commands/condition-based-waiting.md +0 -1
- package/packages/ampcode/commands/debug.md +0 -1
- package/packages/ampcode/commands/docs-builder.md +0 -1
- package/packages/ampcode/commands/explain.md +0 -1
- package/packages/ampcode/commands/git-commit.md +0 -1
- package/packages/ampcode/commands/optimize.md +0 -1
- package/packages/ampcode/commands/refactor.md +0 -1
- package/packages/ampcode/commands/review.md +0 -1
- package/packages/ampcode/commands/root-cause-tracing.md +0 -1
- package/packages/ampcode/commands/security.md +0 -1
- package/packages/ampcode/commands/ship.md +0 -1
- package/packages/ampcode/commands/skill-creator.md +0 -1
- package/packages/ampcode/commands/subagent-spawning.md +0 -1
- package/packages/ampcode/commands/systematic-debugging.md +0 -1
- package/packages/ampcode/commands/test-generate.md +0 -1
- package/packages/ampcode/commands/testing-anti-patterns.md +0 -1
- package/packages/ampcode/commands/verification-before-completion.md +0 -1
- package/packages/claude/commands/debug.md +0 -1
- package/packages/claude/commands/explain.md +0 -1
- package/packages/claude/commands/git-commit.md +0 -1
- package/packages/claude/commands/optimize.md +0 -1
- package/packages/claude/commands/refactor.md +0 -1
- package/packages/claude/commands/review.md +0 -1
- package/packages/claude/commands/security.md +0 -1
- package/packages/claude/commands/ship.md +0 -1
- package/packages/claude/commands/test-generate.md +0 -1
- package/packages/claude/skills/brainstorming/SKILL.md +0 -1
- package/packages/claude/skills/code-review/SKILL.md +0 -1
- package/packages/claude/skills/condition-based-waiting/SKILL.md +0 -1
- package/packages/claude/skills/docs-builder/SKILL.md +0 -1
- package/packages/claude/skills/root-cause-tracing/SKILL.md +0 -1
- package/packages/claude/skills/skill-creator/SKILL.md +0 -1
- package/packages/claude/skills/subagent-spawning/SKILL.md +0 -1
- package/packages/claude/skills/systematic-debugging/SKILL.md +0 -1
- package/packages/claude/skills/test-driven-development/SKILL.md +0 -1
- package/packages/claude/skills/testing-anti-patterns/SKILL.md +0 -1
- package/packages/claude/skills/verification-before-completion/SKILL.md +0 -1
- package/packages/droid/commands/brainstorming.md +0 -1
- package/packages/droid/commands/code-review.md +0 -1
- package/packages/droid/commands/condition-based-waiting.md +0 -1
- package/packages/droid/commands/debug.md +0 -1
- package/packages/droid/commands/docs-builder.md +0 -1
- package/packages/droid/commands/explain.md +0 -1
- package/packages/droid/commands/git-commit.md +0 -1
- package/packages/droid/commands/optimize.md +0 -1
- package/packages/droid/commands/refactor.md +0 -1
- package/packages/droid/commands/review.md +0 -1
- package/packages/droid/commands/root-cause-tracing.md +0 -1
- package/packages/droid/commands/security.md +0 -1
- package/packages/droid/commands/ship.md +0 -1
- package/packages/droid/commands/skill-creator.md +0 -1
- package/packages/droid/commands/subagent-spawning.md +0 -1
- package/packages/droid/commands/systematic-debugging.md +0 -1
- package/packages/droid/commands/test-generate.md +0 -1
- package/packages/droid/commands/testing-anti-patterns.md +0 -1
- package/packages/droid/commands/verification-before-completion.md +0 -1
- package/packages/opencode/command/brainstorming.md +0 -1
- package/packages/opencode/command/code-review.md +0 -1
- package/packages/opencode/command/condition-based-waiting.md +0 -1
- package/packages/opencode/command/debug.md +0 -1
- package/packages/opencode/command/docs-builder.md +0 -1
- package/packages/opencode/command/explain.md +0 -1
- package/packages/opencode/command/git-commit.md +0 -1
- package/packages/opencode/command/optimize.md +0 -1
- package/packages/opencode/command/refactor.md +0 -1
- package/packages/opencode/command/review.md +0 -1
- package/packages/opencode/command/root-cause-tracing.md +0 -1
- package/packages/opencode/command/security.md +0 -1
- package/packages/opencode/command/ship.md +0 -1
- package/packages/opencode/command/skill-creator.md +0 -1
- package/packages/opencode/command/subagent-spawning.md +0 -1
- package/packages/opencode/command/systematic-debugging.md +0 -1
- package/packages/opencode/command/test-generate.md +0 -1
- package/packages/opencode/command/testing-anti-patterns.md +0 -1
- package/packages/opencode/command/verification-before-completion.md +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amrhas82/agentic-kit",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.6",
|
|
4
4
|
"description": "Comprehensive toolkit for AI-driven software development with 13 specialized agents and 22 powerful skills. Interactive multi-tool installer supports Claude, Opencode, Ampcode, and Droid. Available in 3 variants: Lite (3 agents, 510 KB), Standard (13 agents, 8 skills, 8.4 MB), Pro (13 agents, 22 skills, 9 MB)",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: brainstorming
|
|
3
2
|
name: brainstorming
|
|
4
3
|
description: Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
|
|
5
4
|
usage: /brainstorming <session-type> <topic>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: code-review
|
|
3
2
|
name: code-review
|
|
4
3
|
description: Use when completing tasks, implementing major features, or before merging to verify work meets requirements - reviews implementation against plan or requirements before proceeding
|
|
5
4
|
usage: /code-review <review-scope> <focus-areas>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: condition-based-waiting
|
|
3
2
|
name: condition-based-waiting
|
|
4
3
|
description: Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses
|
|
5
4
|
usage: /condition-based-waiting <condition-type> <timeout-specs>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: root-cause-tracing
|
|
3
2
|
name: root-cause-tracing
|
|
4
3
|
description: Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
|
|
5
4
|
usage: /root-cause-tracing <issue-description>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: skill-creator
|
|
3
2
|
name: skill-creator
|
|
4
3
|
description: Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
|
|
5
4
|
usage: /skill-creator <skill-type> <skill-description>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: subagent-spawning
|
|
3
2
|
name: subagent-spawning
|
|
4
3
|
description: Use when spawning fresh subagents for isolated task execution. Provides TDD-aware templates for 3-process-task-list and other agents.
|
|
5
4
|
usage: Used by 3-process-task-list and other agents for clean subagent execution
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: systematic-debugging
|
|
3
2
|
name: systematic-debugging
|
|
4
3
|
description: Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
|
|
5
4
|
usage: /systematic-debugging <bug-or-error-description>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: testing-anti-patterns
|
|
3
2
|
name: testing-anti-patterns
|
|
4
3
|
description: Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies
|
|
5
4
|
usage: /testing-anti-patterns <testing-scenario>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: verification-before-completion
|
|
3
2
|
name: verification-before-completion
|
|
4
3
|
description: Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
|
|
5
4
|
usage: /verification-before-completion <work-to-verify>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: brainstorming
|
|
3
2
|
name: brainstorming
|
|
4
3
|
description: Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
|
|
5
4
|
usage: /brainstorming <session-type> <topic>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: code-review
|
|
3
2
|
name: code-review
|
|
4
3
|
description: Use when completing tasks, implementing major features, or before merging to verify work meets requirements - reviews implementation against plan or requirements before proceeding
|
|
5
4
|
usage: /code-review <review-scope> <focus-areas>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: condition-based-waiting
|
|
3
2
|
name: condition-based-waiting
|
|
4
3
|
description: Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses
|
|
5
4
|
usage: /condition-based-waiting <condition-type> <timeout-specs>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: root-cause-tracing
|
|
3
2
|
name: root-cause-tracing
|
|
4
3
|
description: Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
|
|
5
4
|
usage: /root-cause-tracing <issue-description>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: skill-creator
|
|
3
2
|
name: skill-creator
|
|
4
3
|
description: Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
|
|
5
4
|
usage: /skill-creator <skill-type> <skill-description>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: subagent-spawning
|
|
3
2
|
name: subagent-spawning
|
|
4
3
|
description: Use when spawning fresh subagents for isolated task execution. Provides TDD-aware templates for 3-process-task-list and other agents.
|
|
5
4
|
usage: Used by 3-process-task-list and other agents for clean subagent execution
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: systematic-debugging
|
|
3
2
|
name: systematic-debugging
|
|
4
3
|
description: Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
|
|
5
4
|
usage: /systematic-debugging <bug-or-error-description>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: test-driven-development
|
|
3
2
|
name: test-driven-development
|
|
4
3
|
description: Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
|
|
5
4
|
usage: /test-driven-development <feature-or-behavior-to-test>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: testing-anti-patterns
|
|
3
2
|
name: testing-anti-patterns
|
|
4
3
|
description: Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies
|
|
5
4
|
usage: /testing-anti-patterns <testing-scenario>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: verification-before-completion
|
|
3
2
|
name: verification-before-completion
|
|
4
3
|
description: Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
|
|
5
4
|
usage: /verification-before-completion <work-to-verify>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: brainstorming
|
|
3
2
|
name: brainstorming
|
|
4
3
|
description: Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
|
|
5
4
|
usage: /brainstorming <session-type> <topic>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: code-review
|
|
3
2
|
name: code-review
|
|
4
3
|
description: Use when completing tasks, implementing major features, or before merging to verify work meets requirements - reviews implementation against plan or requirements before proceeding
|
|
5
4
|
usage: /code-review <review-scope> <focus-areas>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: condition-based-waiting
|
|
3
2
|
name: condition-based-waiting
|
|
4
3
|
description: Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses
|
|
5
4
|
usage: /condition-based-waiting <condition-type> <timeout-specs>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: root-cause-tracing
|
|
3
2
|
name: root-cause-tracing
|
|
4
3
|
description: Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
|
|
5
4
|
usage: /root-cause-tracing <issue-description>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: skill-creator
|
|
3
2
|
name: skill-creator
|
|
4
3
|
description: Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
|
|
5
4
|
usage: /skill-creator <skill-type> <skill-description>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: subagent-spawning
|
|
3
2
|
name: subagent-spawning
|
|
4
3
|
description: Use when spawning fresh subagents for isolated task execution. Provides TDD-aware templates for 3-process-task-list and other agents.
|
|
5
4
|
usage: Used by 3-process-task-list and other agents for clean subagent execution
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: systematic-debugging
|
|
3
2
|
name: systematic-debugging
|
|
4
3
|
description: Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
|
|
5
4
|
usage: /systematic-debugging <bug-or-error-description>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: testing-anti-patterns
|
|
3
2
|
name: testing-anti-patterns
|
|
4
3
|
description: Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies
|
|
5
4
|
usage: /testing-anti-patterns <testing-scenario>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: verification-before-completion
|
|
3
2
|
name: verification-before-completion
|
|
4
3
|
description: Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
|
|
5
4
|
usage: /verification-before-completion <work-to-verify>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: brainstorming
|
|
3
2
|
name: brainstorming
|
|
4
3
|
description: Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
|
|
5
4
|
usage: /brainstorming <session-type> <topic>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: code-review
|
|
3
2
|
name: code-review
|
|
4
3
|
description: Use when completing tasks, implementing major features, or before merging to verify work meets requirements - reviews implementation against plan or requirements before proceeding
|
|
5
4
|
usage: /code-review <review-scope> <focus-areas>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: condition-based-waiting
|
|
3
2
|
name: condition-based-waiting
|
|
4
3
|
description: Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses
|
|
5
4
|
usage: /condition-based-waiting <condition-type> <timeout-specs>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: root-cause-tracing
|
|
3
2
|
name: root-cause-tracing
|
|
4
3
|
description: Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
|
|
5
4
|
usage: /root-cause-tracing <issue-description>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: skill-creator
|
|
3
2
|
name: skill-creator
|
|
4
3
|
description: Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
|
|
5
4
|
usage: /skill-creator <skill-type> <skill-description>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: subagent-spawning
|
|
3
2
|
name: subagent-spawning
|
|
4
3
|
description: Use when spawning fresh subagents for isolated task execution. Provides TDD-aware templates for 3-process-task-list and other agents.
|
|
5
4
|
usage: Used by 3-process-task-list and other agents for clean subagent execution
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: systematic-debugging
|
|
3
2
|
name: systematic-debugging
|
|
4
3
|
description: Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
|
|
5
4
|
usage: /systematic-debugging <bug-or-error-description>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: testing-anti-patterns
|
|
3
2
|
name: testing-anti-patterns
|
|
4
3
|
description: Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies
|
|
5
4
|
usage: /testing-anti-patterns <testing-scenario>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
id: verification-before-completion
|
|
3
2
|
name: verification-before-completion
|
|
4
3
|
description: Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
|
|
5
4
|
usage: /verification-before-completion <work-to-verify>
|