AgentStack
SKILL verified Apache-2.0 Self-run

Askit Template Manager

skill-product-on-purpose-agent-skills-toolkit-askit-template-manager · by product-on-purpose

Creates and maintains a plugin's global templates directory so the scaffolders produce consistent components. Use when adding a template, updating an existing one, or keeping templates in sync with the component shapes they scaffold.

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

Install

$ agentstack add skill-product-on-purpose-agent-skills-toolkit-askit-template-manager

✓ 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.

Are you the author of Askit Template Manager? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Identify the component type or artifact lacking a template and the skill that will consume it.
  2. Author the template as a minimal, conformant skeleton with REPLACE- placeholders for the parts the scaffolder fills.
  3. Verify a scaffold built from it passes the relevant checks (a template MUST produce a conformant component).

maintain mode

  1. 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.
  2. 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.

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.