II.
Page JSON
Structured · livepage:docs-reference-repos-agentskills-agentskills-research
agentskills/agentskills json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "page:docs-reference-repos-agentskills-agentskills-research",
"_kind": "Page",
"_file": "wiki/docs/reference-repos/agentskills/agentskills/research.md",
"_cluster": "wiki",
"attributes": {
"nodeKind": "Page",
"sourcePath": "docs/reference-repos/agentskills/agentskills/research.md",
"sourceKind": "repo-docs",
"title": "agentskills/agentskills",
"displayName": "agentskills/agentskills",
"slug": "docs/reference-repos/agentskills/agentskills/research",
"articlePath": "wiki/docs/reference-repos/agentskills/agentskills/research.md",
"article": "\n# agentskills/agentskills\n\n- **Archetype**: methodology-repo\n- **Stars**: 15,904\n- **Last pushed**: 2026-04-10\n- **License**: Apache-2.0\n- **Discovered**: 2026-04-12\n- **Skills found**: 0 (specification repo, no SKILL.md files)\n\n## Summary\nThe official Agent Skills specification and documentation repository maintained by the agentskills organization. Defines the SKILL.md format, client implementation guidelines, and the overall skills ecosystem standard. Contains specification docs, a Python SDK reference implementation (`skills-ref/`), and client implementation guides. This is the standards body, not a skills collection.\n\n## Assessment\nCritical reference for understanding the agent skills specification that all other repos implement. The specification defines the SKILL.md format, metadata schema, and client integration contracts. The Python reference implementation in `skills-ref/` provides validation patterns. The client implementation docs explain how harnesses should discover, load, and execute skills -- directly relevant to babysitter's harness adapter layer and skill:discover command.\n\n## Extraction Priority\n- Medium\n- Rationale: No extractable skills or processes, but the specification itself is essential reference material for babysitter's skill discovery and execution infrastructure. The client implementation guide should inform harness adapter improvements.\n\n## Processes\n- No direct process extraction -- this is a specification, not a skills collection\n- The specification's skill lifecycle (discover -> load -> validate -> execute) could inform a `methodologies/skill-lifecycle-validation.js` process for validating skill packs\n\n## Plugin Ideas\n- **DevX**: Skill validator plugin that validates SKILL.md files against the official agentskills specification, checking frontmatter schema, required fields, and tool declarations\n- **workflow automation**: Skill conformance checker plugin that audits installed skills for spec compliance and reports deviations\n\n## Patterns\n- YAML frontmatter specification with required fields: `name`, `description`; optional: `license`, `allowed-tools`, `metadata`\n- Client implementation pattern: discovery via filesystem walk, SKILL.md parsing, tool permission gating\n- Python reference implementation using standard packaging (pyproject.toml, uv.lock)\n- Mintlify-based documentation (docs.json, .mdx files) for the specification website at agentskills.io\n\n## Library Mapping\n\n| Extractable Process | Library Status | Action | Existing Path | Target Placement |\n|-------------------|----------------|--------|---------------|------------------|\n| Skill Lifecycle Validation | NEW | Discover → load → validate → execute skill processing workflow | - | methodologies/skill-lifecycle-validation/ |\n| Agent Skills Specification Compliance | NEW | SKILL.md frontmatter and format validation against official spec | - | specializations/shared/agent-skills-spec-compliance.js |\n| Skill Discovery and Loading Patterns | NEW | Filesystem-based skill discovery with permission gating | - | specializations/shared/skill-discovery-loading-patterns.js |\n| Tool Permission Gating | NEW | Skill tool declaration validation and permission management | - | specializations/shared/tool-permission-gating.js |\n| SKILL.md Format Validation | NEW | YAML frontmatter and content validation for skill files | - | specializations/shared/skill-md-format-validation.js |\n| Client Implementation Guidelines | NEW | Harness client implementation patterns for skill integration | - | specializations/shared/client-implementation-guidelines.js |\n\n## Plugin Marketplace Mapping\n\n| Plugin Idea | Marketplace Status | Action | Existing Plugin | Target Placement |\n|-------------|-------------------|--------|-----------------|------------------|\n| Skill Validator | NEW | Validate SKILL.md files against official agentskills specification | - | plugins/a5c/marketplace/blueprints/skill-validator/ |\n| Skill Conformance Checker | NEW | Audit installed skills for specification compliance and report deviations | - | plugins/a5c/marketplace/blueprints/skill-conformance-checker/ |\n",
"documents": []
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "page:docs-reference-repos",
"to": "page:docs-reference-repos-agentskills-agentskills-research",
"kind": "contains_page"
}
]
}