generate-agent-skills

Generate standardized SKILL.md files for Claude Code, Codex, and OpenCode agents.

7|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/jasonz-ncc42/local-context7 --skill generate-agent-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-agent-skills
Source: https://github.com/jasonz-ncc42/local-context7/tree/main/.claude/skills/generate-agent-skills
Command: npx skills add https://github.com/jasonz-ncc42/local-context7 --skill generate-agent-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the generation of per-agent skills from downloaded documentation.

Core Features & Use Cases

  • Generates standardized SKILL.md files for Claude Code, Codex, and OpenCode agents from a single manifest.
  • Produces ready-to-install dotfiles paths under dotfiles/shared structure for deployment.
  • Use Case: After running /build-my-context7 to fetch docs, run /generate-agent-skills to generate per-agent skills for development teams.

Quick Start

Run /generate-agent-skills after you have downloaded docs with /build-my-context7 to generate agent skills for Claude Code, Codex, and OpenCode.

Frequently Asked Questions about generate-agent-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate agent skills from downloaded documentation?

To generate agent skills from downloaded documentation, run the generate-agent-skills command after fetching docs, which automates the creation of per-agent skills by producing standardized SKILL.md files and ready-to-install dotfiles.

Can I generate SKILL.md files for multiple AI coding agents from a single manifest?

Yes, you can generate standardized SKILL.md files for multiple AI coding agents from a single manifest using generate-agent-skills, which supports Claude Code, Codex, and OpenCode by applying the required templates and folder structures.

What are agent skills and when do I need to generate them?

Agent skills are standardized instruction files like SKILL.md that guide AI coding agents using specific documentation. You need to generate them when you want to deploy custom capabilities across Claude Code, Codex, and OpenCode from a shared dotfiles structure.

What's the best way to automate Claude Code skill deployment from docs?

The best way to automate Claude Code skill deployment from docs is running generate-agent-skills after downloading your documentation, which produces deployment-ready dotfiles paths under the dotfiles/shared structure for immediate installation.

Does generate-agent-skills work with OpenCode and Codex agents?

Yes, generate-agent-skills works with OpenCode and Codex agents. It applies to Claude Code, Codex, and OpenCode by producing standardized SKILL.md files and deployment-ready dotfiles that satisfy each agent's specific templates and folder structure requirements.

Do I need downloaded documentation before generating per-agent skills?

Yes, you need downloaded documentation before generating per-agent skills. The workflow requires running a command like build-my-context7 to fetch docs first, then running generate-agent-skills to parse that downloaded documentation into standardized SKILL.md files.