IndianOldTurtledoveIndianOldTurtledoveCommunity·1 Agent Skills Included

claude-skill-authoring

Codex-ready maintainer workflows, templates, and automation scripts

Turns open-source repositories into Codex-friendly maintainer workspaces with AGENTS.md templates, reusable skills, and automation scripts. Covers issue triage, PR review, debugging, and release notes with ready-made prompts and verification commands. Eliminates repetitive maintainer work by packaging repeatable tasks into validated skills and helper scripts.
npx skills add IndianOldTurtledove/claude-skill-authoring --all -g -y
Available:

Tells the AI agent how this repository is organized, which editing and validation rules to follow, and how to route maintainer tasks into skills, references, and automation scripts.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-skill-authoring?

Run `npx skills add IndianOldTurtledove/claude-skill-authoring --all -g -y` in your terminal to install the full toolkit globally.

What does this toolkit do for open-source maintainers?

It turns a repository into a Codex-friendly workspace with AGENTS.md templates, maintainer skills, and automation scripts for issue triage, PR review, debugging, and release notes.

How do I bootstrap my own repository with it?

After installing, run the project bootstrap mode to generate an AGENTS.md file, a .codex folder with agents and automation scripts, and a dev docs directory in your target repository.

Does it work with Codex and other AI coding agents?

Yes. It is built around the AGENTS.md and SKILL.md standards, so it works with Codex and any agent that reads these common instruction files.

Can I create and validate my own custom skills?

Yes. The included Python scripts let you initialize a new skill, validate its structure, and package it for reuse with simple commands.

Related Repositories in Software Engineering

View All in Software Engineering