by scarletkc
Shared standards and reusable skills for Claude Code, Codex CLI, and other AI coding agents.
# Add to your Claude Code skills
git clone https://github.com/scarletkc/agentsLast scanned: 8/25/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-25T04:37:50.832Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}agents is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by scarletkc. Shared standards and reusable skills for Claude Code, Codex CLI, and other AI coding agents. It has 149 GitHub stars.
Yes. agents passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/scarletkc/agents" and add it to your Claude Code skills directory (see the Installation section above).
agents is primarily written in Python. It is open-source under scarletkc on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh agents against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Shared standards and skills for AI coding agents: Claude Code, Codex CLI,
and anything else that reads AGENTS.md or the
SKILL.md format.
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.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. |
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.
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.
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.
Report problems or suggest improvements through GitHub Issues. Pull requests are welcome.
Apache-2.0. Attribution information is provided in
NOTICE.