Skip to content

Commit 80af4a2

Browse files
fangge518claude
andcommitted
Rename .agents/skills to agent-skills/: no harness reads .agents; a visible, self-describing source dir (per Ge)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 9dc0b20 commit 80af4a2

18 files changed

Lines changed: 9 additions & 9 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Community redistricting platform - monorepo with Next.js frontend, FastAPI backe
66

77
- **Architecture**: [`docs/architecture.md`](docs/architecture.md)
88
- **Orientation**: [`docs/overview.md`](docs/overview.md) (newcomer tour — project shape, name concordance) · [`docs/decisions.md`](docs/decisions.md) (dated architectural decisions)
9-
- **Project skills**: `.agents/skills/`
9+
- **Project skills**: `agent-skills/`
1010
- **Issue tracking**: `bd prime` or `bd ready` (beads CLI >=1.0.0, optional)
1111

1212
## Cross-Cutting Rules
@@ -19,7 +19,7 @@ Community redistricting platform - monorepo with Next.js frontend, FastAPI backe
1919
## Quality Gates
2020

2121
Lint, FE build, BE tests — run via the `run-quality-gate` skill
22-
(`.agents/skills/run-quality-gate/`), diff-scoped.
22+
(`agent-skills/run-quality-gate/`), diff-scoped.
2323

2424

2525
<!-- BEGIN BEADS INTEGRATION v:1 profile:minimal hash:ca08a54f -->
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Repo-specific delivery constraint: Claude Code discovers `.claude/skills/<name>/
2121
exactly one level deep; `scripts/sync-skills.sh` therefore flattens any source grouping
2222
when syncing, and skill names must stay unique (the sync errors on collision).
2323
`references/` and `scripts/` are the bundled-directory conventions the sync script
24-
understands; Cursor sync inlines `references/*.md` and skips `scripts/`. `.agents/skills/` is the canonical, git-tracked source — the synced outputs
24+
understands; Cursor sync inlines `references/*.md` and skips `scripts/`. `agent-skills/` is the canonical, git-tracked source — the synced outputs
2525
(`.claude/`, `.cursor/`, `codex.md`) are gitignored build artifacts; never edit those
2626
copies. After any skill edit, run `./scripts/sync-skills.sh` (`--help` for targets).
2727

File renamed without changes.
File renamed without changes.
File renamed without changes.

.agents/skills/run-api-contract-audit/scripts/audit_contracts.py renamed to agent-skills/run-api-contract-audit/scripts/audit_contracts.py

File renamed without changes.

0 commit comments

Comments
 (0)