Co-Pilot / 辅助式
更新于 24 days ago
agent-skill-npm-boilerplate
Nneovateai
0.0k
neovateai/agent-skill-npm-boilerplate
💡 摘要
该技能为特定用户场景提供逐步指导。
🎯 适合人群
寻求编码帮助的开发人员需要结构化文档的技术写作者协调任务的项目经理验证输出的质量保证测试人员教授编程概念的教育工作者
🤖 AI 吐槽: “看起来很能打,但别让配置把人劝退。”
安全分析中风险
风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发)。以最小权限运行,并在生产环境启用前审计代码与依赖。
name: your-skill-name description: A clear description of what this skill does and when to use it. Include specific keywords that users would naturally say. Use when [specific scenarios]. allowed-tools: Read, Bash
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 for complete API documentation
- See examples.md for more usage examples
五维分析
清晰度5/10
创新性4/10
实用性6/10
完整性5/10
可维护性6/10
优缺点分析
优点
- 提供结构化指导
- 可以针对特定场景进行定制
- 对各种用户角色有用
缺点
- 缺乏详细示例
- 说明可能过于通用
- 范围有限
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 neovateai.
