Tooling
Skill sonsriver4815/agent-skill-starter/src/agent_skill_starter/templates/tooling
Create, validate, and ship Agent Skills in minutes.
npx -y skills add sonsriver4815/agent-skill-starter --skill toolingAssembled 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 skill when the user asks for {{display_name}} tooling work, including command usage, scripts, reference-backed workflows, validation, and troubleshooting.
SKILL.md
1.1 KB, as published. Nobody here has run it
{{display_name}}
Use this skill for tooling tasks where deterministic commands or bundled references help.
First Checks
- Read relevant local policy and project files.
- Prefer existing project commands before adding new tools.
- Avoid touching secrets, credentials, or production configuration.
Resources
- Use
references/usage.mdfor supported command patterns. - Use scripts only when deterministic behavior is more reliable than rewriting code.
Workflow
- Explain commands before running them.
- Keep command output focused and summarize important results.
- Ask before dependency changes, deletion, commits, pushes, or broad replacements.
Verification
- Run the narrowest representative command.
- Validate generated files or configuration after changes.
Final Report
- Report what changed.
- Report live verification and any remaining manual step.