Sandbox
@scarletkc/agents

Shared AGENTS.md files and skills for coding agents

This repository packages shared standards for AI coding agents and a set of reusable skills. It is built around `AGENTS.md` files for base guidance, a separate `user/AGENTS.md` for personal preferences, and `skills/` directories for task-specific behavior.

208 stars11 forksPythonUpdated 9d ago
Who it's for

Builders who want Claude Code, Codex CLI, or another agent to use the same project rules and reusable skills.

What it delivers

You can give your agents consistent guidance and add ready-made skills instead of rewriting instructions for every repo.

What it does

Project and user guidance

Provides `AGENTS.md` for repository rules and `user/AGENTS.md` for personal collaboration preferences.

Reusable skills

Ships task-specific skills in `skills/` as `SKILL.md` folders, including writing, scope control, and Codex CLI use.

Skill packaging

Includes `scripts/package_skill.py` to bundle a skill into a ZIP for upload or distribution.

Skill list maintenance

Includes scripts such as `scripts/update_readme_skills.py` to keep the README skill table in sync.

How to get it

  1. 1Browse the repository and install a skill for the current user
    gh skill install scarletkc/agents --agent codex --scope user
  2. 2For a non-interactive installation, provide the skill name
    gh skill install scarletkc/agents <skill> --agent codex --scope user
  3. 3Browse the repository and choose skills and agents interactively
    npx skills add scarletkc/agents -g
  4. 4For a non-interactive installation, provide the skill and agent
    npx skills add scarletkc/agents --skill <skill> --agent codex -g -y

README

Agents

Shared standards and skills for AI coding agents: Claude Code, Codex CLI, and anything else that reads AGENTS.md or the SKILL.md format.

Featured in

Contents

  • AGENTS.md: project-agnostic base guidelines. Copy it into a repository and prepend the project-specific sections (structure, commands, domain notes).
  • user/AGENTS.md: user-level collaboration preferences, kept separate from the project-level guidelines.
  • skills/: cross-agent skills; each skill is a directory containing a SKILL.md plus optional resources.

Skills

Each summary is generated from the skill's own metadata. Open its SKILL.md for the complete activation description and instructions.

SkillSummary
codex-cliReach for the Codex CLI when a task is hard enough to earn it: second-model review, bounded hand-offs, sandbox permissions, and a model and effort matched to the difficulty.
marketing-copyWrite outbound promo copy that stays truthful, discloses only what may be public, and earns attention without hype.
product-writingWrite accurate product copy and useful technical docs.
scoped-changeHold a change to the size the request defines: no unrequested surfaces, no speculative layers, no half-applied edits.
talk-like-scarletkcWrite and translate in scarletkc's natural voice without generic AI phrasing.
ux-writingReview user-facing copy and documentation for clarity, consistency, facts that do not go stale, and no leftover intermediate state.
worktree-prOptionally run a task in its own worktree: branch from the integration branch, compare against the baseline, and prepare it for a PR.

product-writing is a compact alternative to ux-writing for product copy and technical docs. Use one of these guides for a task. ux-writing retains the original, more detailed rules; product-writing leaves more structural and editorial choices to the task.

Install skills

Send this prompt to your coding agent:

Install skills from https://github.com/scarletkc/agents. Show me the available skills and let me choose which ones to install.

You can also use either CLI directly. Both installers let you choose individual skills. Replace codex with another supported agent, such as claude-code, when needed.

GitHub CLI

Browse the repository and install a skill for the current user:

gh skill install scarletkc/agents --agent codex --scope user

For a non-interactive installation, provide the skill name:

gh skill install scarletkc/agents <skill> --agent codex --scope user

Update installed skills with gh skill update --all.

skills CLI

Browse the repository and choose skills and agents interactively:

npx skills add scarletkc/agents -g

For a non-interactive installation, provide the skill and agent:

npx skills add scarletkc/agents --skill <skill> --agent codex -g -y

Update global skills with npx skills update -g -y.

Package a skill

Create a ZIP for a web app that accepts skill uploads:

python scripts/package_skill.py <skill>

The archive is written to dist/<skill>.zip. Its root contains SKILL.md and the skill's supporting files, ready to upload as one file. Root-level evals/ and local build artifacts are excluded.

Feedback and contributions

Report problems or suggest improvements through GitHub Issues. Pull requests are welcome.

License

Apache-2.0. Attribution information is provided in NOTICE.

Files in the repo

Repository payload11 top-level entries
  • .github
  • scripts
  • skills
  • tests
  • user
  • .gitignore
  • AGENTS.md
  • CLAUDE.md
  • LICENSE
  • NOTICE
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More collections

The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞

52k
phuryn/
pm-skills
phuryn/pm-skillsCollections

PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth.

26k

Extracted system prompts from Anthropic - Claude Fable 5.1, Opus 5, Claude Design, Claude Code. OpenAI - ChatGPT GPT-6-Astra, Codex. Google - Gemini 3.8 Flash, 3.1 Pro, Antigravity. xAI - Grok, Grok Bot, Cursor, Kimi and more! Updated regularly.

65k
1 add