AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

New Skill

skill-ada-ggf25-ai-tools-new-skill · by ada-ggf25

Author a new, well-formed Codex skill, custom agent, hook, or plugin artifact from a one-line intent. Decides artifact type and placement, then writes a correct SKILL.md, Codex agent TOML, hook, or plugin scaffold with trigger-rich descriptions and guardrails. Global and project-agnostic. Trigger when the user says "new skill", "new-skill", "create a skill", "make an agent", "scaffold a skill/age…

No reviews yet
0 installs
38 views
0.0% view→install

Install

$ agentstack add skill-ada-ggf25-ai-tools-new-skill

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ada-ggf25-ai-tools-new-skill)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of New Skill? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Author A Codex Skill, Agent, Hook, Or Plugin

Turn a one-line intent into the correct Codex extension artifact. Choose the artifact type first; the wrong type is the easiest way to create brittle automation.

Artifact Judgment

  • Skill: reusable procedural knowledge Codex can invoke implicitly or via

$skill-name. Use for context-rich workflows that benefit from model judgment.

  • Custom agent: a named, reusable role with its own instructions, usually TOML under

.codex/agents/ for project scope or ~/.codex/agents/ for personal scope. Use for isolated, repeatable subagent work.

  • Hook: deterministic automation that must run on an event. Use for validation,

formatting, or guardrails that should not depend on model memory.

  • Plugin: packaged distribution unit for Codex skills, agents, MCP/apps, hooks, or

marketplace-backed sharing. Use when the user wants an installable bundle.

Placement

  • Personal/global skill: ${CODEX_HOME:-~/.codex}/skills//SKILL.md.
  • Repo/team skill: .agents/skills//SKILL.md or a plugin-provided skill, when

the repo should carry it.

  • Project custom agent: .codex/agents/.toml.
  • Personal custom agent: ${CODEX_HOME:-~/.codex}/agents/.toml.
  • Plugin: a plugin root with .codex-plugin/plugin.json and optional skills/,

hooks, scripts, assets, MCP, or apps.

Default to project placement when the artifact depends on repo paths, commands, or conventions. Use personal/global placement only for genuinely project-agnostic skills.

Procedure

1. Capture Intent

Use the user's one-line description. If essential information is missing, ask only the smallest number of questions needed: what it does, when it should trigger, and whether it is personal or repo-scoped.

2. Classify

Decide skill, custom agent, hook, or plugin. State the reason in one line before writing. If the user asked for "every time", "before", "after", or "always", bias toward a hook. If they asked for "share/install/package", bias toward a plugin.

3. Pick Name And Path

  • Use kebab-case names: lowercase letters, digits, and hyphens.
  • Keep names under 64 characters.
  • Check for collisions in the selected target and adjacent Codex locations.
  • Confirm when placement is ambiguous.

4. Write The Artifact

For a skill:

  • Write SKILL.md with only name and description frontmatter unless Codex docs for

the target explicitly allow more.

  • Make description trigger-rich: what it does plus concrete user phrases and contexts.
  • Keep body concise, procedural, and resource-aware.
  • Add agents/openai.yaml only when UI metadata is useful.

For a custom agent:

  • Write TOML with name, description, and developer instructions in the Codex custom

agent format used by the target installation.

  • Keep the role narrow and specify final output shape.
  • Do not grant broader tools or autonomy than the role needs.

For a hook:

  • Prefer a small deterministic script plus product config.
  • Include a dry-run or logging path where practical.
  • Do not install hooks silently; show the config change.

For a plugin:

  • Use the Codex plugin scaffold workflow and validate .codex-plugin/plugin.json.

5. Validate

  • Parse YAML/TOML/JSON.
  • Check skill folder name matches frontmatter name.
  • Check the description would trigger for the intended phrases.
  • Run any provided validator or the narrowest local syntax check.

6. Hand Off

Report what was created and where. Remind the user that new Codex skills and agents are picked up in a new session.

Guardrails

  • Classify before writing.
  • Do not create a skill for deterministic always-on automation; use a hook.
  • Do not create a custom agent for one-off generic exploration.
  • Keep repo-coupled artifacts project-scoped.
  • Never clobber an existing skill, agent, hook, or plugin.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.