Install
$ agentstack add skill-bcgov-agent-skills-skill-author ✓ 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- Before scaffolding, confirm no upstream catalogue already covers this use case. Search The Agent Skills Directory, the Microsoft Agent Skills catalog,
anthropics/skills, andgithub/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). - Pick a kebab-case `
and createskills//`. - Create
skills//SKILL.md. Either copy an existing skill'sSKILL.mdas 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. - Fill the frontmatter (
name,description) and write the H1 title line. - Complete all seven sections: Use When, Don't Use When, Workflow, Rules, Examples, Edge Cases, References.
- Run
uv run python scripts/validate_skill.py skills//SKILL.mdand 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 Whenas situational triggers (when to reach for this skill at all) and## Workflowas 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.
- Author: bcgov
- Source: bcgov/agent-skills
- License: Apache-2.0
- Homepage: https://bcgov.github.io/agent-skills/
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.