agentic-ai-skills-creator
💡 摘要
一个用于创建和审查AI代理技能的市场,遵循最佳实践。
🎯 适合人群
🤖 AI 吐槽: “看起来很能打,但别让配置把人劝退。”
风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);文件读写范围与路径穿越风险。以最小权限运行,并在生产环境启用前审计代码与依赖。
Agentic AI Skills Creator
A Claude Code plugin marketplace providing skills for creating and reviewing effective AI agent skills following Claude's official best practices.
Confidentiality Notice
This project must NOT contain any confidential information from specific companies or projects.
All examples, documentation, and code samples in this repository use generic, fictional names and scenarios. Any resemblance to actual company names, project names, or proprietary information is unintentional and should be reported immediately.
Plugins & Skills
skills-helper
Skills for AI agent skill development.
| Skill | Description |
|-------|-------------|
| creating-effective-skills | Guide for creating skills with 9-step workflow |
| evaluating-skills-with-models | Evaluate skills across sonnet, opus, haiku models |
| improving-skills | Improve existing skills based on user feedback |
| reviewing-skills | Review skills against best practices with compliance checks |
marketplace-helper
Skills for marketplace configuration.
| Skill | Description |
|-------|-------------|
| reviewing-plugin-marketplace | Review marketplace configurations, detect common errors |
| setting-up-devcontainers | Generate devcontainer configurations for marketplaces |
skills-helper-experimental
Experimental skills for skill development.
| Skill | Description |
|-------|-------------|
| running-skills-edd-cycle | Guide EDD (evaluation-driven development) process |
Installation
Via skills.sh
Works with Claude Code, Cursor, Cline, GitHub Copilot, and other AI agents.
# Install all skills npx skills add taisukeoe/agentic-ai-skills-creator # Install specific skill only npx skills add taisukeoe/agentic-ai-skills-creator --skill creating-effective-skills
Via Claude Code Plugin Marketplace
/plugin marketplace add taisukeoe/agentic-ai-skills-creator /plugin install skills-helper@agentic-skills-creator /plugin install marketplace-helper@agentic-skills-creator /plugin install skills-helper-experimental@agentic-skills-creator # Optional
From Local Path (Development)
/plugin marketplace add /path/to/agentic-ai-skills-creator /plugin install skills-helper@local /plugin install marketplace-helper@local
After installation, restart Claude Code to activate the skills.
Quick Start
Creating a New Skill
Create a skill for processing PDF files
Claude will guide you through the 9-step workflow to create a properly structured skill.
Reviewing an Existing Skill
Review the skill at .claude/skills/my-skill/
Claude will analyze the skill and provide feedback with priorities.
Best Practices Covered
- Naming: Gerund form (e.g.,
processing-pdfs) - Progressive Disclosure: 3-level loading (metadata, SKILL.md, references)
- Size: SKILL.md under 500 lines
- Descriptions: Third person, includes WHAT and WHEN
- References: One level deep, with TOC for files >100 lines
- Degrees of Freedom: High/Medium/Low based on task characteristics
License
Copyright 2025 Softgraphy GK
Licensed under the Apache License, Version 2.0. See LICENSE for details.
Contributing
See CONTRIBUTING.md for development setup and guidelines.
Links
- skills.sh - Agent Skills Directory
- Claude Code Documentation
优点
- 全面的技能开发框架
- 支持多种AI代理
- 鼓励AI技能创建中的最佳实践
缺点
- 可能需要对AI概念的熟悉
- 仅限于Claude Code生态系统
- 实验技能可能缺乏稳定性
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 taisukeoe.
