Install
$ agentstack add skill-afx-team-agent-skill-npm-boilerplate-agent-skill-npm-boilerplate ✓ 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
Your Skill Name
A brief description of what this skill does and how it helps users.
Instructions
When the user [describes the scenario when this skill should be used]:
- First Step: [What Claude should do first]
- [Additional details or substeps]
- [Use bash, read files, etc.]
- Second Step: [What Claude should do next]
- [How to process or analyze information]
- [What to look for]
- Final Step: [How to complete the task]
- [What output to provide]
- [How to format the response]
Examples
Example 1: [Scenario Name]
User asks: "[Example user question]"
What the skill does:
- [First action]
- [Second action]
- [Result]
Expected output:
[Show example output]
Example 2: [Another Scenario]
User asks: "[Another example question]"
What the skill does:
- [Actions...]
- [More actions...]
Best Practices
- [Best practice 1]
- [Best practice 2]
- [Best practice 3]
Common Patterns
Pattern 1: [Pattern Name]
[Describe when to use this pattern]
[Example code or template]
Limitations
- [Limitation 1]
- [Limitation 2]
- [What to do instead]
Configuration
You can customize this skill by editing scripts/config.json after installation.
Available options:
option1: [Description]option2: [Description]
Additional Resources
For more detailed information:
- See [reference.md](reference.md) for complete API documentation
- See [examples.md](examples.md) for more usage examples
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: afx-team
- Source: afx-team/agent-skill-npm-boilerplate
- License: MIT
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.