feat: separate core vs niche skills and enforce research-first default

* Initial plan

* docs: document core skill scope

---------

Co-authored-by: openai-code-agent[bot] <242516109+Codex@users.noreply.github.com>
This commit is contained in:
Codex
2026-02-28 10:06:43 -08:00
committed by GitHub
parent b3d3eac532
commit dc8455dd10
4 changed files with 34 additions and 6 deletions

View File

@@ -61,10 +61,11 @@ Use this skill when:
Before writing a utility or adding functionality, mentally run through:
0. Does this already exist in the repo? → `rg` through relevant modules/tests first
1. Is this a common problem? → Search npm/PyPI
2. Is there an MCP for this? → Check `~/.claude/settings.json` and search
3. Is there a skill for this? → Check `~/.claude/skills/`
4. Is there a GitHub template? → Search GitHub
4. Is there a GitHub implementation/template? → Run GitHub code search for maintained OSS before writing net-new code
### Full Mode (agent)