Third party skill
Skill 2702207741-dev/agent-skills-pipeline/templates/third-party-skill
Governed, replay-tested agent skills for Codex-style maintainer workflows.
npx -y skills add 2702207741-dev/agent-skills-pipeline --skill third-party-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use this template when proposing a portable third-party skill with documented triggers, safe execution rules, examples, and verification evidence.
SKILL.md
1.0 KB, as published. Nobody here has run it
Third-Party Example Skill
When to Use
Use this skill when the user request clearly matches the trigger described in the frontmatter and the required resources are available.
Workflow
- Confirm the request matches the documented trigger.
- Read only the resources needed for the task.
- Follow the safest documented execution path.
- Produce a concise result with evidence and known limits.
Safety
- Do not expose secrets.
- Do not run destructive commands without an explicit safety gate.
- Do not send private context to external services unless the skill declares that behavior and the user approves.
Verification Checklist
- Frontmatter name, description, and version are valid.
- The skill has at least one success, failure, and boundary example.
python scripts/review_bot.py --all --checkpasses.