feat: add everything-claude-code ECC bundle#718
feat: add everything-claude-code ECC bundle#718ecc-tools[bot] wants to merge 15 commits intofeat/ts-patterns-v2from
Conversation
…g-claude-code/SKILL.md)
…g-claude-code/SKILL.md)
…g-claude-code/agents/openai.yaml)
…-claude-code-guardrails.md)
…ing-claude-code-research-playbook.md)
…claude-code-team-config.json)
There was a problem hiding this comment.
ecc-tools[bot] has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.
|
Analysis CompleteGenerated ECC bundle from 500 commits | Confidence: 100% View Pull Request #718Repository Profile
Detected Workflows (9)
Generated Instincts (17)
After merging, import with: Files
|
There was a problem hiding this comment.
2 issues found across 8 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name=".claude/skills/everything-claude-code/SKILL.md">
<violation number="1" location=".claude/skills/everything-claude-code/SKILL.md:241">
P2: The new-skill workflow incorrectly suggests creating `agents/<skill-name>.md` for harness compatibility; that path is for agent definitions, not skill harness files.</violation>
<violation number="2" location=".claude/skills/everything-claude-code/SKILL.md:271">
P2: The `openai.yaml` path is incorrect in the new-agent workflow and points contributors to a non-standard location.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| 1. Create agents/<agent-name>.md with agent definition and documentation. | ||
| 2. Update AGENTS.md and README.md to increment agent count and document the new agent. | ||
| 3. Optionally, add docs/COMMAND-AGENT-MAP.md or similar mapping files. | ||
| 4. If needed, add .agents/skills/<agent-name>/SKILL.md and agents/<agent-name>/openai.yaml for harness support. |
There was a problem hiding this comment.
P2: The openai.yaml path is incorrect in the new-agent workflow and points contributors to a non-standard location.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .claude/skills/everything-claude-code/SKILL.md, line 271:
<comment>The `openai.yaml` path is incorrect in the new-agent workflow and points contributors to a non-standard location.</comment>
<file context>
@@ -225,71 +225,50 @@ Standard feature implementation workflow
+1. Create agents/<agent-name>.md with agent definition and documentation.
+2. Update AGENTS.md and README.md to increment agent count and document the new agent.
+3. Optionally, add docs/COMMAND-AGENT-MAP.md or similar mapping files.
+4. If needed, add .agents/skills/<agent-name>/SKILL.md and agents/<agent-name>/openai.yaml for harness support.
**Files typically involved**:
</file context>
| 3. Optionally add scripts or supporting files under skills/{skill-name}/scripts/ | ||
| 4. Address review feedback and iterate on documentation | ||
| 1. Create skills/<skill-name>/SKILL.md with full canonical content. | ||
| 2. Optionally, add .agents/skills/<skill-name>/SKILL.md and/or agents/<skill-name>.md for harness compatibility. |
There was a problem hiding this comment.
P2: The new-skill workflow incorrectly suggests creating agents/<skill-name>.md for harness compatibility; that path is for agent definitions, not skill harness files.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .claude/skills/everything-claude-code/SKILL.md, line 241:
<comment>The new-skill workflow incorrectly suggests creating `agents/<skill-name>.md` for harness compatibility; that path is for agent definitions, not skill harness files.</comment>
<file context>
@@ -225,71 +225,50 @@ Standard feature implementation workflow
-3. Optionally add scripts or supporting files under skills/{skill-name}/scripts/
-4. Address review feedback and iterate on documentation
+1. Create skills/<skill-name>/SKILL.md with full canonical content.
+2. Optionally, add .agents/skills/<skill-name>/SKILL.md and/or agents/<skill-name>.md for harness compatibility.
+3. Update AGENTS.md and/or README.md to increment skill count and document the new skill.
+4. If needed, add supporting scripts or openai.yaml for agent harness.
</file context>
Summary
Auto-generated ECC bundle from repository analysis.
What This Does
Merging this PR adds repo-local ECC artifacts for both Claude Code and Codex. The generated bundle captures repository patterns, Codex baseline config, and reusable workflow scaffolds derived from git history analysis.
Analysis Scope
Files
.claude/ecc-tools.json.claude/skills/everything-claude-code/SKILL.md.agents/skills/everything-claude-code/SKILL.md.agents/skills/everything-claude-code/agents/openai.yaml.claude/identity.json.codex/config.toml.codex/AGENTS.md.codex/agents/explorer.toml.codex/agents/reviewer.toml.codex/agents/docs-researcher.toml.claude/homunculus/instincts/inherited/everything-claude-code-instincts.yaml.claude/rules/everything-claude-code-guardrails.md.claude/research/everything-claude-code-research-playbook.md.claude/team/everything-claude-code-team-config.json.claude/enterprise/controls.md.claude/commands/database-migration.md.claude/commands/feature-development.md.claude/commands/add-new-skill.mdOptional: Continuous Learning (17 instincts)
This PR also includes instincts for the continuous-learning-v2 skill. These are optional and only useful if you use that skill.
Import after merging:
Review Checklist
ECC Tools | Everything Claude Code
Summary by cubic
Adds the repo-local ECC bundle for Claude Code/Codex and introduces the
add-new-skillworkflow command. Updates skills, guardrails, and manifests to reflect current repository patterns..claude/commands/add-new-skill.md; wired into.claude/ecc-tools.jsonworkflows and team config..claude/skills/everything-claude-code/SKILL.mdand.agents/skills/everything-claude-code/SKILL.md): refreshed commit examples, adjusted workflow frequencies, and replaced the “Add Language Rules” workflow with “Add New Skill”.Written for commit f842c00. Summary will update on new commits.