This repo contains prompt packs (skills + task agents) for Nethercore development. Most changes are Markdown-only and should be written so they can be reused across different AI coding assistants.
nethercore/— console-agnostic Nethercore workflow skills + agentszx/— ZX console-specific specs + FFI reference skills
Each plugin pack contains:
.claude-plugin/plugin.json— plugin metadataskills/<skill>/SKILL.md— short entrypoint instructionsskills/<skill>/references/*.md— deeper reference docsagents/*.md— task-focused agents
Run the same checks as CI:
python3 scripts/lint_repo.py- Create a folder:
skills/<skill-name>/ - Add
skills/<skill-name>/SKILL.md:- Include YAML front matter (
name,description,version). - Keep it concise; link to
references/for deep dives.
- Include YAML front matter (
- Add optional
skills/<skill-name>/references/*.mdfor longer tables/examples.
- Add a new file under
agents/(example:agents/build-analyzer.md). - Keep the body assistant-agnostic:
- Avoid naming specific vendors/tools in the instructions.
- Prefer concrete steps and output formats.
- If the front matter needs a model/tool selector for a specific loader, keep it minimal.
Bump the version in the relevant plugin’s .claude-plugin/plugin.json when you make a meaningful change to prompts/behavior.