agent-skills: Reusable AI Agent Skills for Specification-Driven Development
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
agent-skills is a comprehensive collection of reusable AI agent skills designed for specification-driven and autonomous development. It streamlines the entire software development lifecycle, from generating requirements and designs to implementing, reviewing, testing, and orchestrating the process. This repository empowers developers to leverage AI for enhanced productivity and consistent quality.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
agent-skills is a powerful collection of reusable AI agent skills designed to streamline the entire software development lifecycle through specification-driven and autonomous development. This repository provides a comprehensive suite of tools, from generating detailed requirements and designs to automating implementation, code review, testing, and project orchestration. It aims to enhance developer productivity, ensure consistent quality, and enable advanced autonomous development workflows.
Installation
To get started with agent-skills, you can install all skills globally or choose to install individual skills as needed.
# Install all skills
npx skills add anyoneanderson/agent-skills -g -y
# Install individual skills, for example:
npx skills add anyoneanderson/agent-skills --skill spec-generator -g -y
npx skills add anyoneanderson/agent-skills --skill spec-writing -g -y
# ... and so on for other skills
Note: The cmux skills require cmux (macOS 14.0+) and must be executed within a cmux session.
Examples
Here are some quick start examples demonstrating how to use agent-skills:
Generate Specifications
> Generate requirements
> Create a design document for a todo-app
> Create a task list for a todo-app
> Generate all specifications for an e-commerce site
Resume Session Across Sessions
> handover write
> handover boot
> handover install
> handover status
Inspect Specification Quality
> Inspect specifications
> Quality check
> Validate specifications
Implement a Single Task
> /spec-code --issue 42 --task T-003 --spec .specs/auth-feature/
> /spec-code --task T-007 --feedback .specs/feature/review-T-007.md
Orchestrate the Entire Pipeline from Spec to PR
> Implement from spec --issue 42
> Start implementation --spec .specs/auth-feature/
> Resume implementation --resume
Set Up Autonomous Harness Development
Prerequisite: First, run /spec-rules-init and /spec-workflow-init. Harness consumes the coding-rules.md, review_rules.md, and issue-to-pr-workflow.md generated by these.
> Initialize harness # harness-init: Introduces the control loop
> Plan epic # harness-plan: Drafts product-spec ? roadmap ? tracker Issue
> Run harness-loop # harness-loop: Autonomous Generator ? Evaluator sprint ? PR
> Run harness-loop --mode autonomous-ralph
Why Use It
agent-skills offers a comprehensive suite of tools that significantly enhance the development process by leveraging AI. It provides:
- Specification Management: Skills like
spec-generator,spec-writing, andspec-inspectautomate the creation, refinement, and validation of project specifications, ensuring clarity and consistency from the outset.spec-to-issuecan even convert specifications into structured GitHub Issues. - Development Automation: From
spec-codefor autonomous task implementation tospec-reviewfor structured code reviews andspec-testfor test creation and execution,agent-skillscovers the core development cycle.spec-implementandspec-orchestratecan manage the entire pipeline from specification to Pull Request. - Agent Collaboration: Features like
handoverfacilitate session continuity, whilecmux-fork,cmux-delegate,cmux-second-opinion, andagent-delegateenable seamless collaboration and adversarial reviews between different AI agents, even across various LLM CLIs viamagi. - Autonomous Development (Harness Engineering): For advanced users, the Harness Engineering suite (
harness-init,harness-plan,harness-loop) introduces a self-driving development loop, allowing AI agents to plan epics, manage sprints, and iterate towards Pull Request creation with minimal human intervention. - Compatibility: The skills are designed to work with a wide range of SKILL.md format-compatible agents, including Claude Code, Cursor, Codex, Gemini CLI, and OpenCode, ensuring broad applicability across different AI development environments.
Links
- GitHub Repository: https://github.com/anyoneanderson/agent-skills
- License: MIT License
Related repositories
Similar repositories that may be relevant next.

ai-outfitter/actions: Automate AI Agents with GitHub Actions
September 7, 2026
ai-outfitter/actions is a GitHub Action that allows you to run Outfitter profiles headless within your CI/CD workflows. This enables the creation of scheduled or event-driven AI agents for tasks like code reviews, task completion, and auditing. It integrates seamlessly with GitHub's event system, transforming your workflows into powerful agentic automation tools.
Best of Agent Harnesses: A Curated List for AI Agent Development
September 7, 2026
RyanAlberts' Best of Agent Harnesses is a comprehensive, curated, and ranked list of over 100 AI agent harnesses and orchestration frameworks. It provides valuable insights for building reliable agentic systems, offering both human-readable guides and machine-readable formats for agents themselves. The repository is rescored weekly to ensure up-to-date recommendations.

Ralph Orchestrator, An Advanced Framework for Autonomous AI Agent Orchestration
September 6, 2026
Ralph Orchestrator is a robust, Rust-based framework designed for autonomous AI agent orchestration. It implements the innovative "Ralph Wiggum technique," a methodology focused on continuous iteration to ensure AI agents complete complex tasks effectively. This powerful tool supports multiple AI backends and offers features like a "hat system" for specialized personas and human-in-the-loop interaction via Telegram.

SandBase CLI: Connect Your AI Agent to 2,000+ Models and APIs
September 4, 2026
SandBase CLI is an open-source command-line interface and local MCP server that supercharges AI agents. It connects 25 popular AI clients, such as Claude Code, Cursor, and ChatGPT, to over 2,000 AI models and APIs, simplifying complex integrations. This powerful tool streamlines AI agent development by offering a unified gateway, removing the hassle of API key management and configuration.
Source repository
Open the original repository on GitHub.
16 counted GitHub visits