AgentStack
SKILL verified MIT Self-run

My Skill

skill-xiaolai-anthropic-docs-skill · by xiaolai

Template starter for an Agent Skill — replace this entire description with one that names the concrete intent triggers ("Use when the user asks about X, Y, Z") and lists negative-intent Skip clauses. The platform's skill matcher reads this field — write it for matching, not for marketing. Stay under 1024 chars.

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

Install

$ agentstack add skill-xiaolai-anthropic-docs-skill

✓ 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 My Skill? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

My Skill

> Template starting point for an Agent Skill (.skill package). > Customize the frontmatter above and the sections below. > See rules/agent-skills.md for authoring rules.

What this skill does

A few paragraphs of conceptual overview. What domain does this cover? What workflows does it support? What's the user's likely starting context when activating?

When to use

Be specific. List intent patterns:

  • "How do I X" → ...
  • "Fix Y" → ...
  • File patterns: when editing **/*.foo → ...

Workflows

Walk Claude through the typical patterns step by step. Keep it actionable.

Workflow 1: ...

  1. First step
  2. Second step

Workflow 2: ...

...

Reference

Deep reference details belong in references/X.md (loaded on demand via Read), not in this top-level SKILL.md. Linking pattern:

  • For schema details, see [references/schemas.md](references/schemas.md)
  • For API reference, see [references/api.md](references/api.md)

Cross-references

If this skill cohabits with siblings, name them and when to defer:

  • For X questions: use the other-skill skill instead
  • For Y questions: this skill covers it

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.