Install
$ agentstack add skill-product-on-purpose-agent-skills-toolkit-askit-template-manager ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
About
askit-template-manager
Purpose
Curate the global templates/ directory the askit-build-* and askit-init-* skills consume, so generated components are consistent by construction (Standard sec 10.5). create adds a new template for a component type or artifact; maintain keeps an existing template in sync with the shape it scaffolds (a template that drifts from the current component contract produces non-conformant scaffolds). The inventory and the sync rule are in [references/templates-inventory.md](references/templates-inventory.md).
When to use
When adding a template, updating an existing one, or keeping the templates in sync with the component shapes they scaffold.
create mode
- Identify the component type or artifact lacking a template and the skill that will consume it.
- Author the template as a minimal, conformant skeleton with
REPLACE-placeholders for the parts the scaffolder fills. - Verify a scaffold built from it passes the relevant checks (a template MUST produce a conformant component).
maintain mode
- When a component contract changes (a new required frontmatter key, a renamed field), update every template that scaffolds that type so the next scaffold is conformant.
- Keep templates minimal: a skeleton, not a full example (samples live with their skill via
askit-build-samples).
Scope
Templates are the single source of scaffold shape: one place to fix, so a contract change does not have to be chased across every builder. The discipline is that a template stays conformant - the seed-plugin/ template, for instance, is asserted to pass the Bronze anatomy (tests/unit/init-anatomy.test.mjs). Templates hold skeletons; the eval-set and sample CONTENT a skill ships is authored by askit-build-samples.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: product-on-purpose
- Source: product-on-purpose/agent-skills-toolkit
- License: Apache-2.0
- Homepage: https://product-on-purpose.github.io/agent-skills-toolkit
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.