mirror of
https://github.com/mksglu/context-mode.git
synced 2026-09-19 03:27:16 +08:00
138f22fe3d
* ci: update install stats * ci: update install stats * refactor(skills): move maintainer skills under .claude/skills/ 6 dev-only skill dirs (context-mode-ops, diagnose, grill-me, grill-with-docs, improve-codebase-architecture, tdd) were under skills/ which the plugin manifest exposes to all users. Every Claude Code session loaded ~410 tokens/turn of descriptions for workflows only the maintainer invokes (GH triage/release, debug loops, TDD, architecture refactor, plan-grilling). Moving them to .claude/skills/ means Claude Code auto-loads them for the maintainer via project-scoped discovery while keeping them out of the published plugin manifest. End users save ~410 tokens/turn. Remove the now-stale skills/context-mode-ops/ line from .npmignore; the path no longer exists and .claude/ is not packaged regardless. Update skills/UPSTREAM-CREDITS.md: fix local paths in the inventory table (skills/* -> .claude/skills/*) and fix the update script's cp target path. Add a paragraph explaining why these skills live under .claude/skills/ rather than skills/. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
17 lines
182 B
Plaintext
17 lines
182 B
Plaintext
src/
|
|
tests/
|
|
*.ts
|
|
!insight/**/*.ts
|
|
!insight/**/*.tsx
|
|
!build/**/*.js
|
|
!build/**/*.d.ts
|
|
tsconfig.json
|
|
!insight/tsconfig.json
|
|
bun.lock
|
|
BENCHMARK.md
|
|
PRD*.md
|
|
tasks/
|
|
.github/
|
|
.DS_Store
|
|
*.db
|