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

Skill Author

skill-bcgov-agent-skills-skill-author · by bcgov

Scaffolds a new skill profile in this repo and fills in the required SKILL.md structure when a contributor wants to add a skill.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-bcgov-agent-skills-skill-author

✓ 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-bcgov-agent-skills-skill-author)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3d 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 Skill Author? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skill Author

Use When

  • The user wants to add a brand-new skill to this repo.
  • The user asks how to start, scaffold, or structure a SKILL.md.
  • The user has an idea for a skill but doesn't know the required layout.

Don't Use When

  • The user wants to check an existing skill against the spec → use skill-validator.
  • The user is editing prose in an existing, already-structured skill.

Workflow

  1. Before scaffolding, confirm no upstream catalogue already covers this use case. Search The Agent Skills Directory, the Microsoft Agent Skills catalog, anthropics/skills, and github/awesome-copilot. If an upstream skill covers it, point the user there instead of scaffolding a duplicate; only proceed when the skill is genuinely BC Gov–specific (encodes BC Gov policies, internal services, regulatory requirements, or org-specific workflows).
  2. Pick a kebab-case ` and create skills//`.
  3. Create skills//SKILL.md. Either copy an existing skill's SKILL.md as a starting point (e.g. [skills/azure-networking/SKILL.md](../../../skills/azure-networking/SKILL.md)) and rewrite the content, or write from scratch using [spec/SKILL_SPEC.md](../../../spec/SKILL_SPEC.md) as the structural reference.
  4. Fill the frontmatter (name, description) and write the H1 title line.
  5. Complete all seven sections: Use When, Don't Use When, Workflow, Rules, Examples, Edge Cases, References.
  6. Run uv run python scripts/validate_skill.py skills//SKILL.md and fix any errors.

Rules

  • Always run the upstream-catalogue check in Workflow step 1 before scaffolding. (Why: this repo is for BC Gov–specific skills; duplicating an upstream skill fragments the ecosystem, doubles the maintenance burden, and makes it ambiguous which one consumers should install. Reviewers will ask for the result of this check in the PR description.)
  • Never invent a new section order or rename a section. (Why: the validator matches the seven section titles exactly and the PR check will fail.)
  • Always keep ## Use When as situational triggers (when to reach for this skill at all) and ## Workflow as the numbered procedure (how to do the work). Never let a Use When bullet paraphrase a Workflow step — if a bullet starts with "Always ship…", "Set X to Y", or restates a procedural detail, it belongs in Workflow, not Use When. (Why: the two sections serve different reader intents — routing vs. execution — and duplicating content between them bloats the agent's context, makes routing fuzzier, and drifts out of sync on every edit.)

Examples

  • "I want to add a skill for looking up land parcels" → scaffold skills/parcel-lookup/, fill the template, validate.
  • "How do I start a new skill profile?" → copy the template into a new skill dir and walk through the seven sections.

Edge Cases

  • If a skills// folder already exists → confirm whether to edit it (route to the author flow on the existing files) rather than overwriting.
  • If the user hasn't named the skill → propose a kebab-case name from the described purpose before scaffolding.

References

For the upstream-catalogue check in step 1, search The Agent Skills Directory, Microsoft Agent Skills, anthropics/skills, and github/awesome-copilot; the "Before adding a new skill" section of [CONTRIBUTING.md](../../../CONTRIBUTING.md) explains the policy in full.

See [spec/SKILLSPEC.md](../../../spec/SKILLSPEC.md) for the authoritative manifest spec.

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.