← スキル一覧に戻る

agnostic-prompt-standard
by chris-buckley
Agnostic Prompt Standard - A framework for describing systems
⭐ 0🍴 0📅 2026年1月22日
SKILL.md
name: agnostic-prompt-standard description: The reference framework to generate, compile, and lint greenfield prompts that conform to the Agnostic Prompt Standard (APS) v1.0. license: MIT metadata: authors: "Christopher Buckley; Juan Burckhardt; Anastasiya Smirnova" spec_version: "1.0" framework_revision: "1.1.5" last_updated: "2026-01-15"
Agnostic Prompt Standard (APS) v1.0 — Skill Entry
This SKILL.md is the entrypoint for the Agnostic Prompt Standard (APS) v1.0.
- The APS normative spec is in
references/(those documents define the standard). - Everything else in this repository is supporting material (examples, templates, platform adapters).
Normative spec (APS v1.0)
- 00 Structure
- 01 Vocabulary
- 02 Linting and formatting
- 03 Agentic control
- 04 Schemas and types
- 05 Grammar
- 06 Logging and privacy
- 07 Error taxonomy
Skill layout
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.md
formats/— example format blocks.format-code-changes-full-v1.0.0.example.mdformat-code-map-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-markdown-table-v1.0.0.example.mdformat-table-api-coverage-v1.0.0.example.md
platforms/— non-normative platform adapters (file conventions, frontmatter, tool registries, templates).README.md— platforms overview and contract._schemas/— JSON Schemas for adapter validation.platform-manifest.schema.jsontools-registry.schema.json
_template/— skeleton for new platform adapters.README.md,manifest.json,tools-registry.json
vscode-copilot/— VS Code + GitHub Copilot adapter.README.md— adapter quickstart and nuances.manifest.json— file discovery rules.tools-registry.json— tool names, sets, and renames.frontmatter/— copy/paste YAML frontmatter templates.
scripts/— optional build / compile / lint scripts (empty by default).
Platform adapters
Platform-specific details (file discovery, frontmatter dialects, tool naming) are documented in platforms/.
→ See platforms/README.md for overview and how to add new adapters.
VS Code + GitHub Copilot
The initial adapter for VS Code + GitHub Copilot is at platforms/vscode-copilot/.
→ See platforms/vscode-copilot/README.md for quickstart, file discovery, frontmatter templates, and tool naming.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です