Skip to content

Latest commit

 

History

42 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Contents

  • AGENTS.md: project-agnostic base guidelines. Copy it into a repository and prepend the project-specific sections (structure, commands, domain notes).
  • 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.

Skill Summary
codex-cli Reach 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-copy Write outbound promo copy that stays truthful, discloses only what may be public, and earns attention without hype.
scoped-change Hold a change to the size the request defines: no unrequested surfaces, no speculative layers, no half-applied edits.
talk-like-scarletkc Write and translate in scarletkc's natural voice without generic AI phrasing.
ux-writing Review user-facing copy and documentation for clarity, consistency, facts that do not go stale, and no leftover intermediate state.
worktree-pr Optionally run a task in its own worktree: branch from the integration branch, compare against the baseline, and prepare it for a PR.

Install skills

Send this prompt to your coding agent:

Install skills from https://github.com/FogMoe/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 FogMoe/agents --agent codex --scope user

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

gh skill install FogMoe/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 FogMoe/agents -g

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

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

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

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.

About

No description, website, or topics provided.

Resources

Stars

6 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages