@amrhas82/agentic-kit 1.5.0 → 1.7.0
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/{AGENTS.md → AGENT.md} +143 -10
- package/packages/ampcode/agents/context-initializer.md +234 -415
- package/packages/ampcode/agents/orchestrator.md +123 -85
- package/packages/ampcode/subagentic-manual.md +71 -56
- package/packages/claude/{AGENTS.md → CLAUDE.md} +133 -1
- package/packages/claude/agents/context-initializer.md +234 -415
- package/packages/claude/agents/orchestrator.md +124 -85
- package/packages/claude/hooks/session-start.js +7 -0
- package/packages/claude/subagentic-manual.md +71 -56
- package/packages/droid/AGENTS.md +135 -2
- package/packages/droid/droids/context-initializer.md +234 -415
- package/packages/droid/droids/orchestrator.md +123 -85
- package/packages/droid/subagentic-manual.md +71 -56
- package/packages/opencode/AGENTS.md +137 -4
- package/packages/opencode/agent/context-initializer.md +235 -416
- package/packages/opencode/agent/orchestrator.md +123 -86
- package/packages/opencode/subagentic-manual.md +71 -56
- package/packages/subagentic-manual.md +71 -56
- package/packages/droid/commands/README.md +0 -76
- /package/packages/droid/commands/{algorithmic-art.md → algorithmic-art/algorithmic-art.md} +0 -0
- /package/packages/droid/commands/{artifacts-builder.md → artifacts-builder/artifacts-builder.md} +0 -0
- /package/packages/droid/commands/{canvas-design.md → canvas-design/canvas-design.md} +0 -0
- /package/packages/droid/commands/{condition-based-waiting.md → condition-based-waiting/condition-based-waiting.md} +0 -0
- /package/packages/droid/commands/{docx.md → docx/docx.md} +0 -0
- /package/packages/droid/commands/{internal-comms.md → internal-comms/internal-comms.md} +0 -0
- /package/packages/droid/commands/{mcp-builder.md → mcp-builder/mcp-builder.md} +0 -0
- /package/packages/droid/commands/{pdf.md → pdf/pdf.md} +0 -0
- /package/packages/droid/commands/{pptx.md → pptx/pptx.md} +0 -0
- /package/packages/droid/commands/{root-cause-tracing.md → root-cause-tracing/root-cause-tracing.md} +0 -0
- /package/packages/droid/commands/{skill-creator.md → skill-creator/skill-creator.md} +0 -0
- /package/packages/droid/commands/{slack-gif-creator.md → slack-gif-creator/slack-gif-creator.md} +0 -0
- /package/packages/droid/commands/{theme-factory.md → theme-factory/theme-factory.md} +0 -0
- /package/packages/droid/commands/{webapp-testing.md → webapp-testing/webapp-testing.md} +0 -0
- /package/packages/droid/commands/{xlsx.md → xlsx/xlsx.md} +0 -0
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
# Droid Slash Commands
|
|
2
|
-
|
|
3
|
-
This directory contains 22 transformed Claude skills converted into Factory.ai CLI compatible Droid slash commands.
|
|
4
|
-
|
|
5
|
-
## Command Reference by Category
|
|
6
|
-
|
|
7
|
-
### Core Development Skills (7)
|
|
8
|
-
*Code creation, testing, and development workflows*
|
|
9
|
-
|
|
10
|
-
| Command | Purpose | Key Features |
|
|
11
|
-
|---------|---------|--------------|
|
|
12
|
-
| **algorithmic-art** | Create algorithmic art using p5.js with seeded randomness and interactive parameter exploration | Algorithmic philosophy creation, p5.js templates, generator patterns, interactive viewer creation |
|
|
13
|
-
| **artifacts-builder** | Build elaborate multi-component HTML artifacts using React, TypeScript, Tailwind CSS, and shadcn/ui | React + TypeScript setup, shadcn/ui components, Parcel bundling, single HTML output |
|
|
14
|
-
| **canvas-design** | Create beautiful visual art in PNG and PDF documents using design philosophy and minimal text | Design philosophy creation, visual expression, minimal text approach, craftsmanship principles |
|
|
15
|
-
| **code-review** | Request structured code review to catch issues before they cascade | Mandatory review triggers, focus areas, feedback handling, workflow integration |
|
|
16
|
-
| **test-driven-development** | Write test first, watch it fail, write minimal code to pass - ensures tests actually verify behavior | Red-green-refactor cycle, iron law of TDD, test quality standards, common patterns |
|
|
17
|
-
| **testing-anti-patterns** | Avoid testing anti-patterns - never test mock behavior, add test-only methods, or mock without understanding | Mock behavior testing prevention, production code pollution avoidance, dependency understanding |
|
|
18
|
-
| **skill-creator** | Guide for creating effective skills that extend Claude's capabilities with specialized knowledge | Skill anatomy, progressive disclosure, bundled resources, creation workflow |
|
|
19
|
-
|
|
20
|
-
### Debugging & Quality (4)
|
|
21
|
-
*Systematic debugging, quality assurance, and verification*
|
|
22
|
-
|
|
23
|
-
| Command | Purpose | Key Features |
|
|
24
|
-
|---------|---------|--------------|
|
|
25
|
-
| **systematic-debugging** | Systematic four-phase debugging framework - investigate root cause before any fixes | Four-phase process (investigation, analysis, hypothesis, implementation), evidence-based debugging |
|
|
26
|
-
| **root-cause-tracing** | Systematically trace bugs backward through call stack to find original trigger, never just fix symptoms | Backward tracing process, instrumentation techniques, multi-layer defense, test pollution detection |
|
|
27
|
-
| **condition-based-waiting** | Replace arbitrary timeouts with condition polling to eliminate flaky tests from timing guesses | Wait-for-condition patterns, polling implementation, race condition elimination |
|
|
28
|
-
| **verification-before-completion** | Evidence before claims - verify work completion with fresh verification commands | Iron law of verification, gate function, common failure patterns, evidence-based reporting |
|
|
29
|
-
|
|
30
|
-
### Communication & Documentation (4)
|
|
31
|
-
*Writing, collaboration, and documentation workflows*
|
|
32
|
-
|
|
33
|
-
| Command | Purpose | Key Features |
|
|
34
|
-
|---------|---------|--------------|
|
|
35
|
-
| **brainstorming** | Turn rough ideas into fully-formed designs through collaborative questioning and exploration | Process-based questioning, approach exploration, design presentation, documentation workflow |
|
|
36
|
-
| **internal-comms** | Write internal communications using company-approved formats and templates | 3P updates, company newsletters, FAQ responses, status reports, leadership communications |
|
|
37
|
-
| **brand-guidelines** | Apply Anthropic's official brand colors and typography to any artifact | Official color palette (orange, blue, green, grays), Poppins/Lora fonts, CSS/Python implementations |
|
|
38
|
-
| **mcp-builder** | Create high-quality MCP servers that enable LLMs to interact with external services through well-designed tools | MCP protocol, agent-centric design, workflow optimization, Python/Node implementations |
|
|
39
|
-
|
|
40
|
-
### File Processing & Office Tools (4)
|
|
41
|
-
*Document, presentation, and spreadsheet manipulation*
|
|
42
|
-
|
|
43
|
-
| Command | Purpose | Key Features |
|
|
44
|
-
|---------|---------|--------------|
|
|
45
|
-
| **pdf** | Comprehensive PDF processing toolkit - extract text/tables, create PDFs, merge/split, handle forms | pypdf operations, form handling, image conversion, JavaScript pdf-lib, table extraction |
|
|
46
|
-
| **docx** | Create, edit, and manipulate Word documents with JavaScript library and XML manipulation | docx library, raw XML editing, comments, tracked changes, validation schemas |
|
|
47
|
-
| **pptx** | Create, edit, and analyze PowerPoint presentations with HTML conversion, XML manipulation, and design principles | Design-first approach, color palettes, HTML-to-PPTX conversion, XML structure access |
|
|
48
|
-
| **xlsx** | Create, edit, and analyze spreadsheets with formulas, formatting, data analysis, and visualization | Formula requirements, pandas/openpyxl workflows, financial modeling standards, recalculation tools |
|
|
49
|
-
|
|
50
|
-
### Web & API Integration (2)
|
|
51
|
-
*Web application testing and API integration*
|
|
52
|
-
|
|
53
|
-
| Command | Purpose | Key Features |
|
|
54
|
-
|---------|---------|--------------|
|
|
55
|
-
| **webapp-testing** | Test local web applications using Playwright - verify functionality, debug UI, capture screenshots | Playwright setup, server management, reconnaissance pattern, common testing patterns |
|
|
56
|
-
| **theme-factory** | Apply professional themes to artifacts - 10 curated themes with color palettes and font pairings | 10 pre-built themes, theme showcase, custom theme creation, application standards |
|
|
57
|
-
|
|
58
|
-
### Creative & Animation (1)
|
|
59
|
-
*Animation and visual creativity*
|
|
60
|
-
|
|
61
|
-
| Command | Purpose | Key Features |
|
|
62
|
-
|---------|---------|--------------|
|
|
63
|
-
| **slack-gif-creator** | Create animated GIFs optimized for Slack with size validation and composable animation primitives | Slack size constraints, validation tools, animation primitives (shake, bounce, spin, etc.), optimization strategies |
|
|
64
|
-
|
|
65
|
-
## Usage
|
|
66
|
-
|
|
67
|
-
Each command can be invoked in Droid with:
|
|
68
|
-
```
|
|
69
|
-
/command-name <optional-arguments>
|
|
70
|
-
```
|
|
71
|
-
|
|
72
|
-
Arguments should match the `argument-hint` specified in each command's YAML frontmatter.
|
|
73
|
-
|
|
74
|
-
## Transformation Process
|
|
75
|
-
|
|
76
|
-
These commands were transformed from Claude skills located in `~/.factory/commands/` according to Factory.ai CLI formatting requirements. Each skill was renamed from `SKILL.md` to `{skill-name}.md` and reformatted with proper YAML frontmatter for Droid compatibility.
|
|
File without changes
|
/package/packages/droid/commands/{artifacts-builder.md → artifacts-builder/artifacts-builder.md}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/packages/droid/commands/{root-cause-tracing.md → root-cause-tracing/root-cause-tracing.md}
RENAMED
|
File without changes
|
|
File without changes
|
/package/packages/droid/commands/{slack-gif-creator.md → slack-gif-creator/slack-gif-creator.md}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|