Co-Pilot / 辅助式
更新于 25 days ago

agentic-ai-skills-creator

Ttaisukeoe
0.0k
taisukeoe/agentic-ai-skills-creator
78
Agent 评分

💡 摘要

一个用于创建和审查AI代理技能的市场,遵循最佳实践。

🎯 适合人群

希望增强代理能力的AI开发者监督AI项目的产品经理评估AI技能的质量保证团队教授AI开发的教育工作者实验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

五维分析
清晰度8/10
创新性7/10
实用性9/10
完整性8/10
可维护性7/10
优缺点分析

优点

  • 全面的技能开发框架
  • 支持多种AI代理
  • 鼓励AI技能创建中的最佳实践

缺点

  • 可能需要对AI概念的熟悉
  • 仅限于Claude Code生态系统
  • 实验技能可能缺乏稳定性

相关技能

skill-creator-skill

A
toolCo-Pilot / 辅助式
82/ 100

“看起来很能打,但别让配置把人劝退。”

awesome-ai-agent-skills

B
toolCo-Pilot / 辅助式
78/ 100

“技能自助餐,但别忘了检查保质期!”

pytorch

S
toolCode Lib / 代码库
92/ 100

“它是深度学习的瑞士军刀,但祝你好运能从47种安装方法里找到那个不会搞崩你系统的那一个。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 taisukeoe.