oh-my-codex-cli 0.1.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/.agent/skills/agent-kb/HOW_TO_USE.md +428 -0
- package/.agent/skills/agent-kb/README.md +46 -0
- package/.agent/skills/agent-kb/SKILL.md +128 -0
- package/.agent/skills/agent-kb/references/intelligent-analysis-explained.md +333 -0
- package/.agent/skills/agent-kb/references/query-optimization.md +225 -0
- package/.agent/skills/aireview/SKILL.md +704 -0
- package/.agent/skills/analyze/SKILL.md +81 -0
- package/.agent/skills/architect-planner/HOW_TO_USE.md +238 -0
- package/.agent/skills/architect-planner/README.md +41 -0
- package/.agent/skills/architect-planner/SKILL.md +539 -0
- package/.agent/skills/auto-mbti/SKILL.md +291 -0
- package/.agent/skills/autopilot/SKILL.md +222 -0
- package/.agent/skills/backend-patterns/SKILL.md +602 -0
- package/.agent/skills/bdd-generator/README.md +78 -0
- package/.agent/skills/bdd-generator/SKILL.md +436 -0
- package/.agent/skills/brainstorming/HOW_TO_USE.md +289 -0
- package/.agent/skills/brainstorming/README.md +41 -0
- package/.agent/skills/brainstorming/SKILL.md +165 -0
- package/.agent/skills/build-fix/SKILL.md +190 -0
- package/.agent/skills/cancel/SKILL.md +658 -0
- package/.agent/skills/checkpoint/SKILL.md +94 -0
- package/.agent/skills/code-review/SKILL.md +273 -0
- package/.agent/skills/coding-standards/SKILL.md +535 -0
- package/.agent/skills/conductor/SKILL.md +128 -0
- package/.agent/skills/conductor/commands/conductor/implement.toml +358 -0
- package/.agent/skills/conductor/commands/conductor/newTrack.toml +142 -0
- package/.agent/skills/conductor/commands/conductor/revert.toml +123 -0
- package/.agent/skills/conductor/commands/conductor/setup.toml +429 -0
- package/.agent/skills/conductor/commands/conductor/status.toml +57 -0
- package/.agent/skills/conductor/scripts/install.sh +89 -0
- package/.agent/skills/conductor/templates/code_styleguides/csharp.md +115 -0
- package/.agent/skills/conductor/templates/code_styleguides/dart.md +238 -0
- package/.agent/skills/conductor/templates/code_styleguides/general.md +23 -0
- package/.agent/skills/conductor/templates/code_styleguides/go.md +48 -0
- package/.agent/skills/conductor/templates/code_styleguides/html-css.md +49 -0
- package/.agent/skills/conductor/templates/code_styleguides/javascript.md +51 -0
- package/.agent/skills/conductor/templates/code_styleguides/python.md +37 -0
- package/.agent/skills/conductor/templates/code_styleguides/typescript.md +43 -0
- package/.agent/skills/conductor/templates/rules/README.md +23 -0
- package/.agent/skills/conductor/templates/rules/agents.md +49 -0
- package/.agent/skills/conductor/templates/rules/coding-style.md +70 -0
- package/.agent/skills/conductor/templates/rules/dev.md +20 -0
- package/.agent/skills/conductor/templates/rules/git-workflow.md +45 -0
- package/.agent/skills/conductor/templates/rules/hooks.md +6 -0
- package/.agent/skills/conductor/templates/rules/patterns.md +55 -0
- package/.agent/skills/conductor/templates/rules/performance.md +47 -0
- package/.agent/skills/conductor/templates/rules/research.md +26 -0
- package/.agent/skills/conductor/templates/rules/review.md +22 -0
- package/.agent/skills/conductor/templates/rules/security.md +36 -0
- package/.agent/skills/conductor/templates/rules/testing.md +30 -0
- package/.agent/skills/conductor/templates/workflow.md +333 -0
- package/.agent/skills/consensus/HOW_TO_USE.md +191 -0
- package/.agent/skills/consensus/README.md +41 -0
- package/.agent/skills/consensus/SKILL.md +317 -0
- package/.agent/skills/content-research-writer/SKILL.md +537 -0
- package/.agent/skills/debug-analysis/SKILL.md +331 -0
- package/.agent/skills/deepinit/SKILL.md +347 -0
- package/.agent/skills/deepsearch/SKILL.md +56 -0
- package/.agent/skills/doctor/SKILL.md +158 -0
- package/.agent/skills/drawio/EXAMPLES.md +382 -0
- package/.agent/skills/drawio/QUICK_START.md +237 -0
- package/.agent/skills/drawio/README.md +315 -0
- package/.agent/skills/drawio/SETUP_GUIDE.md +254 -0
- package/.agent/skills/drawio/SKILL.md +1176 -0
- package/.agent/skills/e2e/SKILL.md +396 -0
- package/.agent/skills/ecomode/SKILL.md +160 -0
- package/.agent/skills/electron-driver/SKILL.md +144 -0
- package/.agent/skills/electron-driver/scripts/driver-template.js +71 -0
- package/.agent/skills/eval/SKILL.md +140 -0
- package/.agent/skills/eval-harness/SKILL.md +242 -0
- package/.agent/skills/evolve/SKILL.md +213 -0
- package/.agent/skills/frontend-design/SKILL.md +42 -0
- package/.agent/skills/frontend-patterns/SKILL.md +646 -0
- package/.agent/skills/frontend-ui-ux/SKILL.md +70 -0
- package/.agent/skills/git-master/SKILL.md +75 -0
- package/.agent/skills/help/SKILL.md +89 -0
- package/.agent/skills/iterative-retrieval/SKILL.md +217 -0
- package/.agent/skills/local-skills-setup/SKILL.md +483 -0
- package/.agent/skills/log-analyzer/SKILL.md +187 -0
- package/.agent/skills/mcp-setup/SKILL.md +226 -0
- package/.agent/skills/multi-model-research/HOW_TO_USE.md +614 -0
- package/.agent/skills/multi-model-research/README.md +233 -0
- package/.agent/skills/multi-model-research/SKILL.md +541 -0
- package/.agent/skills/multi-model-research/references/troubleshooting.md +415 -0
- package/.agent/skills/note/SKILL.md +80 -0
- package/.agent/skills/omc-setup/SKILL.md +219 -0
- package/.agent/skills/orchestrate/SKILL.md +620 -0
- package/.agent/skills/patent-workflow/IMPLEMENTATION_SUMMARY.md +500 -0
- package/.agent/skills/patent-workflow/README.md +455 -0
- package/.agent/skills/patent-workflow/SKILL.md +1036 -0
- package/.agent/skills/patent-workflow/tools/irr_checker.py +260 -0
- package/.agent/skills/patent-workflow/tools/sample_terminology.json +49 -0
- package/.agent/skills/patent-workflow/tools/term_checker.py +355 -0
- package/.agent/skills/pattern-recognition/SKILL.md +792 -0
- package/.agent/skills/pipeline/SKILL.md +448 -0
- package/.agent/skills/plan/SKILL.md +309 -0
- package/.agent/skills/planning-methodology/SKILL.md +370 -0
- package/.agent/skills/planning-with-files/SKILL.md +210 -0
- package/.agent/skills/planning-with-files/examples.md +202 -0
- package/.agent/skills/planning-with-files/reference.md +218 -0
- package/.agent/skills/planning-with-files/scripts/check-complete.ps1 +42 -0
- package/.agent/skills/planning-with-files/scripts/check-complete.sh +44 -0
- package/.agent/skills/planning-with-files/scripts/init-session.ps1 +120 -0
- package/.agent/skills/planning-with-files/scripts/init-session.sh +120 -0
- package/.agent/skills/planning-with-files/scripts/session-catchup.py +208 -0
- package/.agent/skills/planning-with-files/templates/findings.md +95 -0
- package/.agent/skills/planning-with-files/templates/progress.md +114 -0
- package/.agent/skills/planning-with-files/templates/task_plan.md +132 -0
- package/.agent/skills/project-analyze/CLAUDE.md +18 -0
- package/.agent/skills/project-analyze/HOW_TO_USE.md +145 -0
- package/.agent/skills/project-analyze/README.md +42 -0
- package/.agent/skills/project-analyze/SKILL.md +289 -0
- package/.agent/skills/project-analyze/SKILL.md.backup +287 -0
- package/.agent/skills/project-analyze/SKILL.md.backup_20260105_093646 +287 -0
- package/.agent/skills/project-analyze/assets/analysis-report-template.md +433 -0
- package/.agent/skills/project-analyze/references/analysis-patterns.md +422 -0
- package/.agent/skills/project-analyze/references/projectmind-explained.md +535 -0
- package/.agent/skills/project-session-manager/SKILL.md +428 -0
- package/.agent/skills/project-session-manager/lib/config.sh +86 -0
- package/.agent/skills/project-session-manager/lib/parse.sh +121 -0
- package/.agent/skills/project-session-manager/lib/session.sh +132 -0
- package/.agent/skills/project-session-manager/lib/tmux.sh +103 -0
- package/.agent/skills/project-session-manager/lib/worktree.sh +171 -0
- package/.agent/skills/project-session-manager/psm.sh +629 -0
- package/.agent/skills/project-session-manager/templates/feature.md +56 -0
- package/.agent/skills/project-session-manager/templates/issue-fix.md +57 -0
- package/.agent/skills/project-session-manager/templates/pr-review.md +65 -0
- package/.agent/skills/project-session-manager/templates/projects.json +19 -0
- package/.agent/skills/quality-check/HOW_TO_USE.md +171 -0
- package/.agent/skills/quality-check/README.md +50 -0
- package/.agent/skills/quality-check/SKILL.md +240 -0
- package/.agent/skills/quality-check/SKILL.md.backup +238 -0
- package/.agent/skills/quality-check/SKILL.md.backup_20260105_093646 +238 -0
- package/.agent/skills/quality-check/assets/quality-report-template.md +437 -0
- package/.agent/skills/quality-check/references/refactoring-patterns.md +550 -0
- package/.agent/skills/quality-check/references/scoring-criteria.md +454 -0
- package/.agent/skills/quality-validation/SKILL.md +519 -0
- package/.agent/skills/quality-validation/SKILL.md.backup +573 -0
- package/.agent/skills/quality-validation/SKILL.md.backup_20260105_093646 +573 -0
- package/.agent/skills/ralph/SKILL.md +236 -0
- package/.agent/skills/ralph-init/SKILL.md +78 -0
- package/.agent/skills/ralplan/SKILL.md +58 -0
- package/.agent/skills/refactor-clean/SKILL.md +49 -0
- package/.agent/skills/release/SKILL.md +84 -0
- package/.agent/skills/research/SKILL.md +526 -0
- package/.agent/skills/research-methodology/SKILL.md +268 -0
- package/.agent/skills/review/SKILL.md +53 -0
- package/.agent/skills/security-review/SKILL.md +509 -0
- package/.agent/skills/security-review/cloud-infrastructure-security.md +361 -0
- package/.agent/skills/setup-pm/SKILL.md +102 -0
- package/.agent/skills/skill/SKILL.md +424 -0
- package/.agent/skills/skill-create/SKILL.md +209 -0
- package/.agent/skills/skill-debugger/HOW_TO_USE.md +244 -0
- package/.agent/skills/skill-debugger/README.md +44 -0
- package/.agent/skills/skill-debugger/SKILL.md +326 -0
- package/.agent/skills/skill-debugger/diagnostic_checklist.md +115 -0
- package/.agent/skills/skill-development/SKILL.md +661 -0
- package/.agent/skills/skill-development/references/skill-creator-original.md +209 -0
- package/.agent/skills/skill-doc-generator/README.md +37 -0
- package/.agent/skills/skill-doc-generator/SKILL.md +331 -0
- package/.agent/skills/skill-quality-analyzer/HOW_TO_USE.md +243 -0
- package/.agent/skills/skill-quality-analyzer/README.md +61 -0
- package/.agent/skills/skill-quality-analyzer/SKILL.md +247 -0
- package/.agent/skills/skill-quality-analyzer/analyzer.py +209 -0
- package/.agent/skills/skill-quality-analyzer/expected_output.json +81 -0
- package/.agent/skills/skill-quality-analyzer/sample_input.json +9 -0
- package/.agent/skills/skill-tester/README.md +46 -0
- package/.agent/skills/skill-tester/SKILL.md +345 -0
- package/.agent/skills/start-dev/SKILL.md +701 -0
- package/.agent/skills/swarm/SKILL.md +691 -0
- package/.agent/skills/task-kb-lookup/SKILL.md +211 -0
- package/.agent/skills/task-kb-record/SKILL.md +417 -0
- package/.agent/skills/tdd/SKILL.md +446 -0
- package/.agent/skills/tdd-generator/DEMO.md +516 -0
- package/.agent/skills/tdd-generator/README.md +89 -0
- package/.agent/skills/tdd-generator/SKILL.md +278 -0
- package/.agent/skills/tdd-workflow/SKILL.md +424 -0
- package/.agent/skills/test-coverage/SKILL.md +48 -0
- package/.agent/skills/thinkdeep/HOW_TO_USE.md +183 -0
- package/.agent/skills/thinkdeep/README.md +41 -0
- package/.agent/skills/thinkdeep/SKILL.md +343 -0
- package/.agent/skills/ui-ux-pro-max/SKILL.md +228 -0
- package/.agent/skills/ui-ux-pro-max/data/charts.csv +26 -0
- package/.agent/skills/ui-ux-pro-max/data/colors.csv +97 -0
- package/.agent/skills/ui-ux-pro-max/data/landing.csv +31 -0
- package/.agent/skills/ui-ux-pro-max/data/products.csv +97 -0
- package/.agent/skills/ui-ux-pro-max/data/prompts.csv +24 -0
- package/.agent/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
- package/.agent/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
- package/.agent/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
- package/.agent/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
- package/.agent/skills/ui-ux-pro-max/data/stacks/react.csv +54 -0
- package/.agent/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
- package/.agent/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
- package/.agent/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -0
- package/.agent/skills/ui-ux-pro-max/data/styles.csv +59 -0
- package/.agent/skills/ui-ux-pro-max/data/typography.csv +58 -0
- package/.agent/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
- package/.agent/skills/ui-ux-pro-max/scripts/core.py +236 -0
- package/.agent/skills/ui-ux-pro-max/scripts/search.py +61 -0
- package/.agent/skills/ultrapilot/SKILL.md +647 -0
- package/.agent/skills/ultraqa/SKILL.md +152 -0
- package/.agent/skills/ultrawork/SKILL.md +123 -0
- package/.agent/skills/update-codemaps/SKILL.md +38 -0
- package/.agent/skills/update-docs/SKILL.md +52 -0
- package/.agent/skills/verification-loop/SKILL.md +140 -0
- package/.agent/skills/verify/SKILL.md +80 -0
- package/.agent/skills/writer-memory/SKILL.md +459 -0
- package/.agent/skills/writer-memory/lib/character-tracker.ts +338 -0
- package/.agent/skills/writer-memory/lib/memory-manager.ts +804 -0
- package/.agent/skills/writer-memory/lib/relationship-graph.ts +400 -0
- package/.agent/skills/writer-memory/lib/scene-organizer.ts +544 -0
- package/.agent/skills/writer-memory/lib/synopsis-builder.ts +339 -0
- package/.agent/skills/writer-memory/templates/synopsis-template.md +46 -0
- package/.governance/skill-lint.allowlist +4 -0
- package/.governance/skill-llm.allowlist +4 -0
- package/AGENTS.md +59 -0
- package/LICENSE +21 -0
- package/README.md +169 -0
- package/README.zh.md +145 -0
- package/bin/omcodex.js +8 -0
- package/commands/conductor/implement.toml +358 -0
- package/commands/conductor/newTrack.toml +142 -0
- package/commands/conductor/revert.toml +123 -0
- package/commands/conductor/setup.toml +429 -0
- package/commands/conductor/status.toml +57 -0
- package/docs/ALIGNMENT.md +40 -0
- package/docs/CODEX.md +133 -0
- package/docs/NOTIFY.md +81 -0
- package/docs/SKILL_GOVERNANCE.md +72 -0
- package/docs/SKILL_GOVERNANCE_FRAMEWORK.md +182 -0
- package/docs/SKILL_GOVERNANCE_FRAMEWORK.zh.md +170 -0
- package/package.json +50 -0
- package/prompts/architect.md +105 -0
- package/prompts/executor.md +134 -0
- package/prompts/planner.md +113 -0
- package/scripts/check-skill-governance.sh +84 -0
- package/scripts/check-skill-llm-governance.js +302 -0
- package/scripts/eval-skills.js +217 -0
- package/scripts/generate-catalog-docs.js +95 -0
- package/scripts/generate-codex-mcp-config.sh +22 -0
- package/scripts/install-codex-force.sh +5 -0
- package/scripts/install-codex-incremental.sh +5 -0
- package/scripts/install-codex.sh +79 -0
- package/scripts/notify-dispatch.js +15 -0
- package/scripts/setup-package-manager.js +137 -0
- package/src/catalog/generated/public-catalog.json +547 -0
- package/src/catalog/manifest.json +542 -0
- package/src/catalog/reader.js +43 -0
- package/src/catalog/schema.js +79 -0
- package/src/cli/doctor.js +62 -0
- package/src/cli/index.js +85 -0
- package/src/cli/notify.js +127 -0
- package/src/cli/route.js +43 -0
- package/src/cli/setup.js +155 -0
- package/src/cli/team.js +125 -0
- package/src/config/generator.js +119 -0
- package/src/mcp/memory-server.js +241 -0
- package/src/mcp/state-server.js +112 -0
- package/src/mcp/trace-server.js +168 -0
- package/src/notify/dispatch.js +74 -0
- package/src/notify/extensibility/dispatcher.js +113 -0
- package/src/notify/extensibility/events.js +15 -0
- package/src/notify/extensibility/loader.js +54 -0
- package/src/router/skill-router.js +90 -0
- package/src/team/auto-advance.js +72 -0
- package/src/team/orchestrator.js +82 -0
- package/src/team/state-store.js +33 -0
- package/src/utils/paths.js +33 -0
- package/templates/AGENTS.md +15 -0
- package/templates/catalog-manifest.json +542 -0
- package/templates/code_styleguides/csharp.md +115 -0
- package/templates/code_styleguides/dart.md +238 -0
- package/templates/code_styleguides/general.md +23 -0
- package/templates/code_styleguides/go.md +48 -0
- package/templates/code_styleguides/html-css.md +49 -0
- package/templates/code_styleguides/javascript.md +51 -0
- package/templates/code_styleguides/python.md +37 -0
- package/templates/code_styleguides/typescript.md +43 -0
- package/templates/rules/README.md +23 -0
- package/templates/rules/agents.md +49 -0
- package/templates/rules/coding-style.md +70 -0
- package/templates/rules/dev.md +20 -0
- package/templates/rules/git-workflow.md +45 -0
- package/templates/rules/notify.md +6 -0
- package/templates/rules/patterns.md +55 -0
- package/templates/rules/performance.md +47 -0
- package/templates/rules/research.md +26 -0
- package/templates/rules/review.md +22 -0
- package/templates/rules/security.md +36 -0
- package/templates/rules/testing.md +30 -0
- package/templates/workflow.md +333 -0
|
@@ -0,0 +1,424 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: skill
|
|
3
|
+
description: Manage local skills - list, add, remove, search, edit
|
|
4
|
+
argument-hint: "<command> [args]"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Skill Management CLI
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## Native Subagent Protocol (Codex)
|
|
11
|
+
|
|
12
|
+
Codex supports native subagents. Delegate with `spawn_agent`, coordinate with `send_input`, collect via `wait`, and clean up with `close_agent`.
|
|
13
|
+
|
|
14
|
+
Execution preference:
|
|
15
|
+
1. Use native subagents first for independent workstreams (parallel when possible).
|
|
16
|
+
2. Merge results in main thread and run final verification.
|
|
17
|
+
3. Fallback only when delegation is blocked: use the `[ANALYST]`/`[ARCHITECT]`/`[EXECUTOR]`/`[REVIEWER]` structure in a single response.
|
|
18
|
+
|
|
19
|
+
Minimal orchestration pattern:
|
|
20
|
+
```text
|
|
21
|
+
spawn_agent -> send_input (optional) -> wait -> close_agent
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
> Codex invocation: use `$skill ...` or `skill: ...`
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
Meta-skill for managing oh-my-codex skills via CLI-like commands.
|
|
28
|
+
|
|
29
|
+
## Subcommands
|
|
30
|
+
|
|
31
|
+
### $skill list
|
|
32
|
+
|
|
33
|
+
Show all local skills organized by scope.
|
|
34
|
+
|
|
35
|
+
**Behavior:**
|
|
36
|
+
1. Scan user skills at `~/.codex/skills/omc-learned/`
|
|
37
|
+
2. Scan project skills at `.omc/skills/`
|
|
38
|
+
3. Parse YAML frontmatter for metadata
|
|
39
|
+
4. Display in organized table format:
|
|
40
|
+
|
|
41
|
+
```
|
|
42
|
+
USER SKILLS (~/.codex/skills/omc-learned/):
|
|
43
|
+
| Name | Triggers | Quality | Usage | Scope |
|
|
44
|
+
|-------------------|--------------------|---------|-------|-------|
|
|
45
|
+
| error-handler | fix, error | 95% | 42 | user |
|
|
46
|
+
| api-builder | api, endpoint | 88% | 23 | user |
|
|
47
|
+
|
|
48
|
+
PROJECT SKILLS (.omc/skills/):
|
|
49
|
+
| Name | Triggers | Quality | Usage | Scope |
|
|
50
|
+
|-------------------|--------------------|---------|-------|---------|
|
|
51
|
+
| test-runner | test, run | 92% | 15 | project |
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
**Fallback:** If quality/usage stats not available, show "N/A"
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
### $skill add [name]
|
|
59
|
+
|
|
60
|
+
Interactive wizard for creating a new skill.
|
|
61
|
+
|
|
62
|
+
**Behavior:**
|
|
63
|
+
1. **Ask for skill name** (if not provided in command)
|
|
64
|
+
- Validate: lowercase, hyphens only, no spaces
|
|
65
|
+
2. **Ask for description**
|
|
66
|
+
- Clear, concise one-liner
|
|
67
|
+
3. **Ask for triggers** (comma-separated keywords)
|
|
68
|
+
- Example: "error, fix, debug"
|
|
69
|
+
4. **Ask for argument hint** (optional)
|
|
70
|
+
- Example: "<file> [options]"
|
|
71
|
+
5. **Ask for scope:**
|
|
72
|
+
- `user` → `~/.codex/skills/omc-learned/<name>/SKILL.md`
|
|
73
|
+
- `project` → `.omc/skills/<name>/SKILL.md`
|
|
74
|
+
6. **Create skill file** with template:
|
|
75
|
+
|
|
76
|
+
```yaml
|
|
77
|
+
---
|
|
78
|
+
name: <name>
|
|
79
|
+
description: <description>
|
|
80
|
+
triggers:
|
|
81
|
+
- <trigger1>
|
|
82
|
+
- <trigger2>
|
|
83
|
+
argument-hint: "<args>"
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
# <Name> Skill
|
|
87
|
+
|
|
88
|
+
## Purpose
|
|
89
|
+
|
|
90
|
+
[Describe what this skill does]
|
|
91
|
+
|
|
92
|
+
## When to Activate
|
|
93
|
+
|
|
94
|
+
[Describe triggers and conditions]
|
|
95
|
+
|
|
96
|
+
## Workflow
|
|
97
|
+
|
|
98
|
+
1. [Step 1]
|
|
99
|
+
2. [Step 2]
|
|
100
|
+
3. [Step 3]
|
|
101
|
+
|
|
102
|
+
## Examples
|
|
103
|
+
|
|
104
|
+
```
|
|
105
|
+
$<name> example-arg
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
## Notes
|
|
109
|
+
|
|
110
|
+
[Additional context, edge cases, gotchas]
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
7. **Report success** with file path
|
|
114
|
+
8. **Suggest:** "Edit `$skill edit <name>` to customize content"
|
|
115
|
+
|
|
116
|
+
**Example:**
|
|
117
|
+
```
|
|
118
|
+
User: $skill add custom-logger
|
|
119
|
+
Assistant: Creating new skill 'custom-logger'...
|
|
120
|
+
|
|
121
|
+
Description: Enhanced logging with structured output
|
|
122
|
+
Triggers (comma-separated): log, logger, logging
|
|
123
|
+
Argument hint (optional): <level> [message]
|
|
124
|
+
Scope (user/project): user
|
|
125
|
+
|
|
126
|
+
✓ Created skill at ~/.codex/skills/omc-learned/custom-logger/SKILL.md
|
|
127
|
+
→ Edit with: $skill edit custom-logger
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
---
|
|
131
|
+
|
|
132
|
+
### $skill remove <name>
|
|
133
|
+
|
|
134
|
+
Remove a skill by name.
|
|
135
|
+
|
|
136
|
+
**Behavior:**
|
|
137
|
+
1. **Search for skill** in both scopes:
|
|
138
|
+
- `~/.codex/skills/omc-learned/<name>/SKILL.md`
|
|
139
|
+
- `.omc/skills/<name>/SKILL.md`
|
|
140
|
+
2. **If found:**
|
|
141
|
+
- Display skill info (name, description, scope)
|
|
142
|
+
- **Ask for confirmation:** "Delete '<name>' skill from <scope>? (yes/no)"
|
|
143
|
+
3. **If confirmed:**
|
|
144
|
+
- Delete entire skill directory (e.g., `~/.codex/skills/omc-learned/<name>/`)
|
|
145
|
+
- Report: "✓ Removed skill '<name>' from <scope>"
|
|
146
|
+
4. **If not found:**
|
|
147
|
+
- Report: "✗ Skill '<name>' not found in user or project scope"
|
|
148
|
+
|
|
149
|
+
**Safety:** Never delete without explicit user confirmation.
|
|
150
|
+
|
|
151
|
+
**Example:**
|
|
152
|
+
```
|
|
153
|
+
User: $skill remove old-logger
|
|
154
|
+
Assistant: Found skill 'old-logger' in user scope:
|
|
155
|
+
Description: Legacy logging utility
|
|
156
|
+
Scope: user (~/.codex/skills/omc-learned/)
|
|
157
|
+
|
|
158
|
+
Delete 'old-logger' skill? (yes/no)
|
|
159
|
+
|
|
160
|
+
User: yes
|
|
161
|
+
Assistant: ✓ Removed skill 'old-logger' from user scope
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
---
|
|
165
|
+
|
|
166
|
+
### $skill edit <name>
|
|
167
|
+
|
|
168
|
+
Edit an existing skill interactively.
|
|
169
|
+
|
|
170
|
+
**Behavior:**
|
|
171
|
+
1. **Find skill** by name (search both scopes)
|
|
172
|
+
2. **Read current content** via Read tool
|
|
173
|
+
3. **Display current values:**
|
|
174
|
+
```
|
|
175
|
+
Current skill 'custom-logger':
|
|
176
|
+
- Description: Enhanced logging with structured output
|
|
177
|
+
- Triggers: log, logger, logging
|
|
178
|
+
- Argument hint: <level> [message]
|
|
179
|
+
- Scope: user
|
|
180
|
+
```
|
|
181
|
+
4. **Ask what to change:**
|
|
182
|
+
- `description` - Update description
|
|
183
|
+
- `triggers` - Update trigger keywords
|
|
184
|
+
- `argument-hint` - Update argument hint
|
|
185
|
+
- `content` - Edit full markdown content
|
|
186
|
+
- `rename` - Rename skill (move file)
|
|
187
|
+
- `cancel` - Exit without changes
|
|
188
|
+
5. **For selected field:**
|
|
189
|
+
- Show current value
|
|
190
|
+
- Ask for new value
|
|
191
|
+
- Update YAML frontmatter or content
|
|
192
|
+
- Write back to file
|
|
193
|
+
6. **Report success** with summary of changes
|
|
194
|
+
|
|
195
|
+
**Example:**
|
|
196
|
+
```
|
|
197
|
+
User: $skill edit custom-logger
|
|
198
|
+
Assistant: Current skill 'custom-logger':
|
|
199
|
+
- Description: Enhanced logging with structured output
|
|
200
|
+
- Triggers: log, logger, logging
|
|
201
|
+
- Argument hint: <level> [message]
|
|
202
|
+
|
|
203
|
+
What would you like to edit? (description/triggers/argument-hint/content/rename/cancel)
|
|
204
|
+
|
|
205
|
+
User: triggers
|
|
206
|
+
Assistant: Current triggers: log, logger, logging
|
|
207
|
+
New triggers (comma-separated): log, logger, logging, trace
|
|
208
|
+
|
|
209
|
+
✓ Updated triggers for 'custom-logger'
|
|
210
|
+
```
|
|
211
|
+
|
|
212
|
+
---
|
|
213
|
+
|
|
214
|
+
### $skill search <query>
|
|
215
|
+
|
|
216
|
+
Search skills by content, triggers, name, or description.
|
|
217
|
+
|
|
218
|
+
**Behavior:**
|
|
219
|
+
1. **Scan all skills** in both scopes
|
|
220
|
+
2. **Match query** (case-insensitive) against:
|
|
221
|
+
- Skill name
|
|
222
|
+
- Description
|
|
223
|
+
- Triggers
|
|
224
|
+
- Full markdown content
|
|
225
|
+
3. **Display matches** with context:
|
|
226
|
+
|
|
227
|
+
```
|
|
228
|
+
Found 3 skills matching "typescript error":
|
|
229
|
+
|
|
230
|
+
1. typescript-fixer (user)
|
|
231
|
+
Description: Fix common TypeScript errors
|
|
232
|
+
Match: "typescript error handling patterns"
|
|
233
|
+
|
|
234
|
+
2. error-handler (user)
|
|
235
|
+
Description: Generic error handling utilities
|
|
236
|
+
Match: "Supports TypeScript and JavaScript errors"
|
|
237
|
+
|
|
238
|
+
3. lint-fix (project)
|
|
239
|
+
Description: Auto-fix linting errors
|
|
240
|
+
Match: "TypeScript ESLint error resolution"
|
|
241
|
+
```
|
|
242
|
+
|
|
243
|
+
**Ranking:** Prioritize matches in name/triggers over content matches
|
|
244
|
+
|
|
245
|
+
**Example:**
|
|
246
|
+
```
|
|
247
|
+
User: $skill search api endpoint
|
|
248
|
+
Assistant: Found 2 skills matching "api endpoint":
|
|
249
|
+
|
|
250
|
+
1. api-builder (user)
|
|
251
|
+
Description: Generate REST API endpoints
|
|
252
|
+
Triggers: api, endpoint, rest
|
|
253
|
+
|
|
254
|
+
2. backend-scaffold (project)
|
|
255
|
+
Description: Scaffold backend services
|
|
256
|
+
Match: "Creates API endpoint boilerplate"
|
|
257
|
+
```
|
|
258
|
+
|
|
259
|
+
---
|
|
260
|
+
|
|
261
|
+
### $skill info <name>
|
|
262
|
+
|
|
263
|
+
Show detailed information about a skill.
|
|
264
|
+
|
|
265
|
+
**Behavior:**
|
|
266
|
+
1. **Find skill** by name (search both scopes)
|
|
267
|
+
2. **Parse YAML frontmatter** and content
|
|
268
|
+
3. **Display complete details:**
|
|
269
|
+
|
|
270
|
+
```
|
|
271
|
+
Skill: custom-logger
|
|
272
|
+
Scope: user (~/.codex/skills/omc-learned/custom-logger/)
|
|
273
|
+
Description: Enhanced logging with structured output
|
|
274
|
+
Triggers: log, logger, logging
|
|
275
|
+
Argument Hint: <level> [message]
|
|
276
|
+
Quality: 95% (if available)
|
|
277
|
+
Usage Count: 42 times (if available)
|
|
278
|
+
File Path: /home/user/.codex/skills/omc-learned/custom-logger/SKILL.md
|
|
279
|
+
|
|
280
|
+
--- FULL CONTENT ---
|
|
281
|
+
[entire markdown content]
|
|
282
|
+
```
|
|
283
|
+
|
|
284
|
+
**If not found:** Report error with suggestion to use `$skill search`
|
|
285
|
+
|
|
286
|
+
**Example:**
|
|
287
|
+
```
|
|
288
|
+
User: $skill info custom-logger
|
|
289
|
+
Assistant: Skill: custom-logger
|
|
290
|
+
Scope: user
|
|
291
|
+
Description: Enhanced logging with structured output
|
|
292
|
+
Triggers: log, logger, logging
|
|
293
|
+
File: ~/.codex/skills/omc-learned/custom-logger/SKILL.md
|
|
294
|
+
|
|
295
|
+
--- CONTENT ---
|
|
296
|
+
# Custom Logger Skill
|
|
297
|
+
|
|
298
|
+
## Purpose
|
|
299
|
+
Enhanced logging with structured JSON output...
|
|
300
|
+
[rest of content]
|
|
301
|
+
```
|
|
302
|
+
|
|
303
|
+
---
|
|
304
|
+
|
|
305
|
+
### $skill sync
|
|
306
|
+
|
|
307
|
+
Sync skills between user and project scopes.
|
|
308
|
+
|
|
309
|
+
**Behavior:**
|
|
310
|
+
1. **Scan both scopes:**
|
|
311
|
+
- User skills: `~/.codex/skills/omc-learned/`
|
|
312
|
+
- Project skills: `.omc/skills/`
|
|
313
|
+
2. **Compare and categorize:**
|
|
314
|
+
- User-only skills (not in project)
|
|
315
|
+
- Project-only skills (not in user)
|
|
316
|
+
- Common skills (in both)
|
|
317
|
+
3. **Display sync opportunities:**
|
|
318
|
+
|
|
319
|
+
```
|
|
320
|
+
SYNC REPORT:
|
|
321
|
+
|
|
322
|
+
User-only skills (5):
|
|
323
|
+
- error-handler
|
|
324
|
+
- api-builder
|
|
325
|
+
- custom-logger
|
|
326
|
+
- test-generator
|
|
327
|
+
- deploy-helper
|
|
328
|
+
|
|
329
|
+
Project-only skills (2):
|
|
330
|
+
- test-runner
|
|
331
|
+
- backend-scaffold
|
|
332
|
+
|
|
333
|
+
Common skills (3):
|
|
334
|
+
- frontend-ui-ux
|
|
335
|
+
- git-master
|
|
336
|
+
- planner
|
|
337
|
+
|
|
338
|
+
Options:
|
|
339
|
+
[1] Copy user skill to project
|
|
340
|
+
[2] Copy project skill to user
|
|
341
|
+
[3] View differences
|
|
342
|
+
[4] Cancel
|
|
343
|
+
```
|
|
344
|
+
|
|
345
|
+
4. **Handle user choice:**
|
|
346
|
+
- Option 1: Select skill(s) to copy to project
|
|
347
|
+
- Option 2: Select skill(s) to copy to user
|
|
348
|
+
- Option 3: Show side-by-side diff for common skills
|
|
349
|
+
- Option 4: Exit
|
|
350
|
+
|
|
351
|
+
**Safety:** Never overwrite without confirmation
|
|
352
|
+
|
|
353
|
+
**Example:**
|
|
354
|
+
```
|
|
355
|
+
User: $skill sync
|
|
356
|
+
Assistant: Found 5 user-only skills and 2 project-only skills.
|
|
357
|
+
|
|
358
|
+
Copy 'error-handler' from user to project? (yes/no/skip)
|
|
359
|
+
User: yes
|
|
360
|
+
Assistant: ✓ Copied 'error-handler' to .omc/skills/
|
|
361
|
+
|
|
362
|
+
Copy 'api-builder' from user to project? (yes/no/skip)
|
|
363
|
+
User: skip
|
|
364
|
+
...
|
|
365
|
+
```
|
|
366
|
+
|
|
367
|
+
---
|
|
368
|
+
|
|
369
|
+
## Error Handling
|
|
370
|
+
|
|
371
|
+
**All commands must handle:**
|
|
372
|
+
- File/directory doesn't exist
|
|
373
|
+
- Permission errors
|
|
374
|
+
- Invalid YAML frontmatter
|
|
375
|
+
- Duplicate skill names
|
|
376
|
+
- Invalid skill names (spaces, special chars)
|
|
377
|
+
|
|
378
|
+
**Error format:**
|
|
379
|
+
```
|
|
380
|
+
✗ Error: <clear message>
|
|
381
|
+
→ Suggestion: <helpful next step>
|
|
382
|
+
```
|
|
383
|
+
|
|
384
|
+
## Usage Examples
|
|
385
|
+
|
|
386
|
+
```bash
|
|
387
|
+
# List all skills
|
|
388
|
+
$skill list
|
|
389
|
+
|
|
390
|
+
# Create a new skill
|
|
391
|
+
$skill add my-custom-skill
|
|
392
|
+
|
|
393
|
+
# Remove a skill
|
|
394
|
+
$skill remove old-skill
|
|
395
|
+
|
|
396
|
+
# Edit existing skill
|
|
397
|
+
$skill edit error-handler
|
|
398
|
+
|
|
399
|
+
# Search for skills
|
|
400
|
+
$skill search typescript error
|
|
401
|
+
|
|
402
|
+
# Get detailed info
|
|
403
|
+
$skill info my-custom-skill
|
|
404
|
+
|
|
405
|
+
# Sync between scopes
|
|
406
|
+
$skill sync
|
|
407
|
+
```
|
|
408
|
+
|
|
409
|
+
## Implementation Notes
|
|
410
|
+
|
|
411
|
+
1. **YAML Parsing:** Use frontmatter extraction for metadata
|
|
412
|
+
2. **File Operations:** Use Read/Write tools, never Edit for new files
|
|
413
|
+
3. **User Confirmation:** Always confirm destructive operations
|
|
414
|
+
4. **Clear Feedback:** Use checkmarks (✓), crosses (✗), arrows (→) for clarity
|
|
415
|
+
5. **Scope Resolution:** Always check both user and project scopes
|
|
416
|
+
6. **Validation:** Enforce naming conventions (lowercase, hyphens only)
|
|
417
|
+
|
|
418
|
+
## Future Enhancements
|
|
419
|
+
|
|
420
|
+
- `$skill export <name>` - Export skill as shareable file
|
|
421
|
+
- `$skill import <file>` - Import skill from file
|
|
422
|
+
- `$skill stats` - Show usage statistics across all skills
|
|
423
|
+
- `$skill validate` - Check all skills for format errors
|
|
424
|
+
- `$skill template <type>` - Create from predefined templates
|
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: skill-create
|
|
3
|
+
description: Imported from everything-codex command skill-create
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
name: skill-create
|
|
8
|
+
description: Analyze local git history to extract coding patterns and generate SKILL.md files. Local version of the Skill Creator GitHub App.
|
|
9
|
+
allowed_tools: ["Bash", "Read", "Write", "Grep", "Glob"]
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# $skill-create - Local Skill Generation
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## Native Subagent Protocol (Codex)
|
|
16
|
+
|
|
17
|
+
Codex supports native subagents. Delegate with `spawn_agent`, coordinate with `send_input`, collect via `wait`, and clean up with `close_agent`.
|
|
18
|
+
|
|
19
|
+
Execution preference:
|
|
20
|
+
1. Use native subagents first for independent workstreams (parallel when possible).
|
|
21
|
+
2. Merge results in main thread and run final verification.
|
|
22
|
+
3. Fallback only when delegation is blocked: use the `[ANALYST]`/`[ARCHITECT]`/`[EXECUTOR]`/`[REVIEWER]` structure in a single response.
|
|
23
|
+
|
|
24
|
+
Minimal orchestration pattern:
|
|
25
|
+
```text
|
|
26
|
+
spawn_agent -> send_input (optional) -> wait -> close_agent
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
Analyze your repository's git history to extract coding patterns and generate SKILL.md files that teach Codex your team's practices.
|
|
30
|
+
|
|
31
|
+
## Usage
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
$skill-create # Analyze current repo
|
|
35
|
+
$skill-create --commits 100 # Analyze last 100 commits
|
|
36
|
+
$skill-create --output ./skills # Custom output directory
|
|
37
|
+
$skill-create --instincts # Also generate instincts for continuous-learning-v2
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
## What It Does
|
|
41
|
+
|
|
42
|
+
1. **Parses Git History** - Analyzes commits, file changes, and patterns
|
|
43
|
+
2. **Detects Patterns** - Identifies recurring workflows and conventions
|
|
44
|
+
3. **Generates SKILL.md Drafts** - Creates first-pass Codex skill files
|
|
45
|
+
4. **Prepares Handoff** - Produces input for `$skill-development` refinement
|
|
46
|
+
5. **Optionally Creates Instincts** - For the continuous-learning-v2 system
|
|
47
|
+
|
|
48
|
+
## Recommended Combined Workflow
|
|
49
|
+
|
|
50
|
+
Treat `$skill-create` as draft generation, then run quality refinement and validation:
|
|
51
|
+
|
|
52
|
+
1. `$skill-create` - Generate skill drafts from repo history
|
|
53
|
+
2. `$skill-development` - Refine structure, trigger quality, and progressive disclosure
|
|
54
|
+
3. `$skill-quality-analyzer` - Score and identify documentation defects
|
|
55
|
+
4. `$skill-tester` - Verify functional behavior with concrete test prompts
|
|
56
|
+
|
|
57
|
+
Definition of done:
|
|
58
|
+
- Trigger phrases are unambiguous
|
|
59
|
+
- Guidance is executable in current Codex CLI
|
|
60
|
+
- Governance checks pass in the repository
|
|
61
|
+
|
|
62
|
+
## Analysis Steps
|
|
63
|
+
|
|
64
|
+
### Step 1: Gather Git Data
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
# Get recent commits with file changes
|
|
68
|
+
git log --oneline -n ${COMMITS:-200} --name-only --pretty=format:"%H|%s|%ad" --date=short
|
|
69
|
+
|
|
70
|
+
# Get commit frequency by file
|
|
71
|
+
git log --oneline -n 200 --name-only | grep -v "^$" | grep -v "^[a-f0-9]" | sort | uniq -c | sort -rn | head -20
|
|
72
|
+
|
|
73
|
+
# Get commit message patterns
|
|
74
|
+
git log --oneline -n 200 | cut -d' ' -f2- | head -50
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
### Step 2: Detect Patterns
|
|
78
|
+
|
|
79
|
+
Look for these pattern types:
|
|
80
|
+
|
|
81
|
+
| Pattern | Detection Method |
|
|
82
|
+
|---------|-----------------|
|
|
83
|
+
| **Commit conventions** | Regex on commit messages (feat:, fix:, chore:) |
|
|
84
|
+
| **File co-changes** | Files that always change together |
|
|
85
|
+
| **Workflow sequences** | Repeated file change patterns |
|
|
86
|
+
| **Architecture** | Folder structure and naming conventions |
|
|
87
|
+
| **Testing patterns** | Test file locations, naming, coverage |
|
|
88
|
+
|
|
89
|
+
### Step 3: Generate SKILL.md
|
|
90
|
+
|
|
91
|
+
Output format:
|
|
92
|
+
|
|
93
|
+
```markdown
|
|
94
|
+
---
|
|
95
|
+
name: {repo-name}-patterns
|
|
96
|
+
description: Coding patterns extracted from {repo-name}
|
|
97
|
+
version: 1.0.0
|
|
98
|
+
source: local-git-analysis
|
|
99
|
+
analyzed_commits: {count}
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
# {Repo Name} Patterns
|
|
103
|
+
|
|
104
|
+
## Commit Conventions
|
|
105
|
+
{detected commit message patterns}
|
|
106
|
+
|
|
107
|
+
## Code Architecture
|
|
108
|
+
{detected folder structure and organization}
|
|
109
|
+
|
|
110
|
+
## Workflows
|
|
111
|
+
{detected repeating file change patterns}
|
|
112
|
+
|
|
113
|
+
## Testing Patterns
|
|
114
|
+
{detected test conventions}
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
### Step 4: Generate Instincts (if --instincts)
|
|
118
|
+
|
|
119
|
+
For continuous-learning-v2 integration:
|
|
120
|
+
|
|
121
|
+
```yaml
|
|
122
|
+
---
|
|
123
|
+
id: {repo}-commit-convention
|
|
124
|
+
trigger: "when writing a commit message"
|
|
125
|
+
confidence: 0.8
|
|
126
|
+
domain: git
|
|
127
|
+
source: local-repo-analysis
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
# Use Conventional Commits
|
|
131
|
+
|
|
132
|
+
## Action
|
|
133
|
+
Prefix commits with: feat:, fix:, chore:, docs:, test:, refactor:
|
|
134
|
+
|
|
135
|
+
## Evidence
|
|
136
|
+
- Analyzed {n} commits
|
|
137
|
+
- {percentage}% follow conventional commit format
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
## Example Output
|
|
141
|
+
|
|
142
|
+
Running `$skill-create` on a TypeScript project might produce:
|
|
143
|
+
|
|
144
|
+
```markdown
|
|
145
|
+
---
|
|
146
|
+
name: my-app-patterns
|
|
147
|
+
description: Coding patterns from my-app repository
|
|
148
|
+
version: 1.0.0
|
|
149
|
+
source: local-git-analysis
|
|
150
|
+
analyzed_commits: 150
|
|
151
|
+
---
|
|
152
|
+
|
|
153
|
+
# My App Patterns
|
|
154
|
+
|
|
155
|
+
## Commit Conventions
|
|
156
|
+
|
|
157
|
+
This project uses **conventional commits**:
|
|
158
|
+
- `feat:` - New features
|
|
159
|
+
- `fix:` - Bug fixes
|
|
160
|
+
- `chore:` - Maintenance tasks
|
|
161
|
+
- `docs:` - Documentation updates
|
|
162
|
+
|
|
163
|
+
## Code Architecture
|
|
164
|
+
|
|
165
|
+
```
|
|
166
|
+
src/
|
|
167
|
+
├── components/ # React components (PascalCase.tsx)
|
|
168
|
+
├── hooks/ # Custom hooks (use*.ts)
|
|
169
|
+
├── utils/ # Utility functions
|
|
170
|
+
├── types/ # TypeScript type definitions
|
|
171
|
+
└── services/ # API and external services
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
## Workflows
|
|
175
|
+
|
|
176
|
+
### Adding a New Component
|
|
177
|
+
1. Create `src/components/ComponentName.tsx`
|
|
178
|
+
2. Add tests in `src/components/__tests__/ComponentName.test.tsx`
|
|
179
|
+
3. Export from `src/components/index.ts`
|
|
180
|
+
|
|
181
|
+
### Database Migration
|
|
182
|
+
1. Modify `src/db/schema.ts`
|
|
183
|
+
2. Run `pnpm db:generate`
|
|
184
|
+
3. Run `pnpm db:migrate`
|
|
185
|
+
|
|
186
|
+
## Testing Patterns
|
|
187
|
+
|
|
188
|
+
- Test files: `__tests__/` directories or `.test.ts` suffix
|
|
189
|
+
- Coverage target: 80%+
|
|
190
|
+
- Framework: Vitest
|
|
191
|
+
```
|
|
192
|
+
|
|
193
|
+
## GitHub App Integration
|
|
194
|
+
|
|
195
|
+
For advanced features (10k+ commits, team sharing, auto-PRs), use the [Skill Creator GitHub App](https://github.com/apps/skill-creator):
|
|
196
|
+
|
|
197
|
+
- Install: [github.com/apps/skill-creator](https://github.com/apps/skill-creator)
|
|
198
|
+
- Comment `$skill-creator analyze` on any issue
|
|
199
|
+
- Receives PR with generated skills
|
|
200
|
+
|
|
201
|
+
## Related Commands
|
|
202
|
+
|
|
203
|
+
- `$instinct-import` - Import generated instincts
|
|
204
|
+
- `$instinct-status` - View learned instincts
|
|
205
|
+
- `$evolve` - Cluster instincts into skills/agents
|
|
206
|
+
|
|
207
|
+
---
|
|
208
|
+
|
|
209
|
+
*Part of [Everything Codex](https://github.com/affaan-m/everything-codex)*
|