Skill Framework
Description
Organize, validate, and deploy AI agent skills (SKILL.md) at scale — lint rules, token budgets, secrets governance, and one-tree deploys to Claude Code, Codex, Gemini CLI, and Cursor.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
[](https://github.com/karsonenns/skill-framework/actions/workflows/ci.yml) [](https://www.npmjs.com/package/skillfw)   [](LICENSE)
**One source tree of skills, compiled to every runtime that reads `SKILL.md`.**
The [Agent Skills spec](https://agentskills.io) defines a single skill folder — and stops there. Nothing defines how hundreds of skills compose into an organization, so teams get duplicated context, token bloat, committed credentials, and no idea whether the skills an agent is running match the repo. Skill Framework is that missing layer: a **convention**, a **linter** that enforces it in CI, and a **deploy engine** that compiles one source tree to every runtime that reads `SKILL.md`. Fully offline; no LLM calls.
npx skillfw init && sf lint && sf deploy --dry-run
The convention
Skills are class
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps