agent-skills: Reusable AI Agent Skills for Specification-Driven Development

This repository profile is provided by osrepos.com, an open source repository discovery platform.

agent-skills: Reusable AI Agent Skills for Specification-Driven Development

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

Analyzed by OSRepos on August 17, 2026

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, and spec-inspect automate the creation, refinement, and validation of project specifications, ensuring clarity and consistency from the outset. spec-to-issue can even convert specifications into structured GitHub Issues.
  • Development Automation: From spec-code for autonomous task implementation to spec-review for structured code reviews and spec-test for test creation and execution, agent-skills covers the core development cycle. spec-implement and spec-orchestrate can manage the entire pipeline from specification to Pull Request.
  • Agent Collaboration: Features like handover facilitate session continuity, while cmux-fork, cmux-delegate, cmux-second-opinion, and agent-delegate enable seamless collaboration and adversarial reviews between different AI agents, even across various LLM CLIs via magi.
  • 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

Related repositories

Similar repositories that may be relevant next.

AMD Skills: Empowering AI Agents with AMD's Optimized Software Stack

AMD Skills: Empowering AI Agents with AMD's Optimized Software Stack

August 16, 2026

AMD Skills is the official catalog of AI agent skills from AMD, designed to empower AI agents with optimized software for AMD hardware. This repository provides knowledge, scripts, and conventions for working with AMD's stack, enabling seamless integration with major coding agents like Cursor, Claude Code, OpenAI Codex, and Gemini CLI.

PythonAI AgentsMachine Learning
ADR: Uber's Enterprise Security System for AI Agents

ADR: Uber's Enterprise Security System for AI Agents

August 14, 2026

ADR (Agentic AI Detection and Response) is an enterprise security system developed by Uber to secure AI agents. It offers critical capabilities like observability, security benchmarking, and threat detection, ensuring the safe operation of both employee and customer-facing AI applications. This open-source project is deployed in production at Uber and was accepted to MLSys 2026.

PythonAI SecurityAgent Security
SwarmClaw: Self-Hosted AI Agent Runtime for Autonomous Swarms

SwarmClaw: Self-Hosted AI Agent Runtime for Autonomous Swarms

August 13, 2026

SwarmClaw is an open-source, self-hosted AI agent runtime and multi-agent framework designed for autonomous agent swarms. It offers durable agent memory, MCP tools, schedules, and delegation, supporting over 23 LLM providers including Claude, GPT, Gemini, OpenRouter, and Ollama. This platform serves as a practical alternative to solutions like Claude Code and LangChain for those seeking self-hosted AI agent orchestration.

AI AgentsMulti-Agent FrameworkSelf-Hosted
Awesome Agent Almanac: A Curated List of AI Agents and Agentic Technology

Awesome Agent Almanac: A Curated List of AI Agents and Agentic Technology

August 8, 2026

Awesome Agent Almanac is a comprehensive awesome-list dedicated to AI agents, agent tools, MCP servers, and agentic technology. This community-curated resource provides an extensive collection of innovative projects in the rapidly evolving field of artificial intelligence agents, offering valuable insights for developers and researchers alike.

AI AgentsAwesome ListAgentic AI

Source repository

Open the original repository on GitHub.

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️