The reference framework to generate, compile, and lint greenfield prompts that conform to the Agnostic Prompt Standard (APS) v1.0.
This SKILL.md is the entrypoint for the Agnostic Prompt Standard (APS) v1.0.
references/ (those documents define the standard).SKILL.md ā this file (skill entrypoint).references/ ā the APS v1.0 normative documents (this is what an LSP/linter should ingest).assets/ ā reusable examples for <format> and <constants> blocks.constants/ ā example constants blocks.constants-json-block-v1.0.0.example.mdconstants-text-block-v1.0.0.example.mdconstants-csv-block-v1.0.0.example.mdcomposites/ ā combined reference examples.gui-component-spec-v1.0.0.example.mdmcp-tool-bridge-v1.0.0.example.mdformats/ ā example format blocks.format-code-changes-full-v1.0.0.example.mdformat-code-map-v1.0.0.example.mdformat-docs-index-v1.0.0.example.mdformat-error-v1.0.0.example.mdformat-hierarchical-outline-v1.0.0.example.mdformat-ideation-list-v1.0.0.example.mdformat-link-manifest-v1.0.0.example.mdformat-markdown-table-v1.0.0.example.mdformat-smeac-plan-v1.0.0.example.mdformat-table-api-coverage-v1.0.0.example.md_template/ ā minimal skill skeleton for scaffolding new skills.SKILL.md ā stub entrypoint with placeholder frontmatter.references/, assets/constants/, assets/formats/, processes/, scripts/, guides/ ā empty placeholder directories.processes/ ā executable APS process documents (skill-specific workflows).build-skill.md ā process for building new APS-compliant skills.guides/ ā reference documents for humans and agents.skill-authoring-v1.0.0.guide.md ā skill authoring reference.mcp-tool-bridge-v1.0.0.guide.md ā MCP tool bridge integration guide.subagent-architecture-v1.0.0.guide.md ā cross-platform subagent architecture and interface mapping guide.platforms/ ā non-normative platform adapters. Each platform has a single adaptor.md file.README.md ā platforms overview and contract._template/ ā skeleton for new platform adapters.adaptor.mdclaude-code/ ā Claude Code CLI adapter.adaptor.md ā platform constants, tool registry, and format contracts.generic/ ā generic / external tools adapter.adaptor.md ā neutral tool mapping guidance for MCP or other external tool layers.opencode/ ā OpenCode adapter.adaptor.md ā platform constants.vscode-copilot/ ā VS Code + GitHub Copilot adapter.adaptor.md ā platform constants, tool registry, and format contracts.scripts/ ā optional build / compile / lint scripts (empty by default).Platform-specific details (file discovery, frontmatter dialects, tool naming, and coordinator/worker orchestration) are documented in platforms/.
ā See platforms/README.md for overview and how to add new adapters.
ā See guides/subagent-architecture-v1.0.0.guide.md for portable coordinator/worker authoring guidance.
The initial adapter for VS Code + GitHub Copilot is at platforms/vscode-copilot/.
ā See platforms/vscode-copilot/adaptor.md for platform constants, tool registry, and format contracts.