AgentSkills is a developer CLI and compiler that turns static agent instructions and guidelines into portable, dynamically invokable Agent Skills. Instead of overloading model context windows with giant system prompts, AgentSkills compiles operational rules into on-demand skill bundles.
Key Features
- Prompt-to-Skill Compilation: Converts prose guidelines and project rules into structured skill manifests with schema-validated invocation triggers.
- Context Window Optimization: Drastically reduces initial prompt token consumption by packaging specialized capabilities for just-in-time retrieval.
- Multi-Harness Compatibility: Generates skill artifacts compatible with Claude Code, OpenCode, Gemini CLI, and standard agent runtimes.
- Deterministic Validation: Validates skill schemas, parameter types, and execution environments before deployment.
Read the documentation and explore the CLI at ghchinoy.github.io/agentskills.