Token导航 LogoToken导航TokenDH.com
开发敏感数据github未标认证来源可访问许可证需确认审计提醒

skill-factory技能工厂

Agent Skill

skill-factory 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

784

周安装

33

GitHub Stars

24

下载量

275
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:skill-factory(技能工厂)
来源仓库:https://github.com/tenequm/claude-plugins
仓库路径:skills/skill-factory
安装命令:
npx skills add https://github.com/tenequm/claude-plugins --skill skill-factory
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/tenequm/claude-plugins --skill skill-factory

简介

用于处理 GitHub 仓库中与技能开发相关的协作信息。

  • 适合在 Agent 技能构建过程中管理代码变更和版本迭代。
  • 通过 npx 命令安装,依赖仓库 API 获取项目状态。
  • 使用前需确认是否有权限访问相关代码库。skill-factory 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 建议仅在开发环境中使用,避免在生产流程中调用。

SKILL.md

Skill Factory

Autonomous skill creation - just tell me what you need, I'll handle everything.

What This Does

You request a skill, I deliver a production-ready skill with guaranteed quality (score >= 8.0/10).

No decision-making required. No tool selection. No quality checking. Just results.

Anthropic's Official Best Practices

For comprehensive guidance on creating effective skills, see:

  • references/overview.md - Complete overview of Agent Skills architecture, progressive disclosure, and how Skills work across different platforms (API, Claude Code, Agent SDK, claude.ai)
  • references/quickstart.md - Quick tutorial on using pre-built Agent Skills in the Claude API with practical code examples
  • references/best-practices.md - Detailed authoring best practices including core principles, skill structure, progressive disclosure patterns, workflows, evaluation strategies, and common patterns
  • references/anthropic-best-practices.md - Quality scoring system (10/10 criteria) used by skill-factory

These references provide Anthropic's official guidance and are consulted during the quality assurance phase.

Usage

Simply describe the skill you need:

"Create a skill for Anchor development with latest docs and best practices"
"Create a React skill from react.dev with comprehensive examples"
"Create a skill for Solana transaction debugging workflows"
"Create a skill for writing technical documentation following company standards"

I will automatically:

  1. ✅ Analyze your request
  2. ✅ Select the optimal creation method
  3. ✅ Create the skill
  4. ✅ Run quality assurance loops (until score >= 8.0)
  5. ✅ Test with automated scenarios
  6. ✅ Deliver ready-to-use skill with stats

What You Get

✅ anchor-development skill ready!

📊 Quality Score: 8.9/10 (Excellent)
📝 Lines: 412 (using progressive disclosure)
📚 Coverage: 247 documentation pages
💡 Examples: 68 code samples
🧪 Test Pass Rate: 100% (15/15 scenarios)

📁 Location: ~/.claude/skills/anchor-development/
📦 Zip: ~/Downloads/anchor-development.zip

Try it: "How do I create an Anchor program?"

How It Works (Behind the Scenes)

Phase 1: Request Analysis (Automatic)

I analyze your request to determine:

Source Detection:

  • Documentation URL/mention? → Automated scraping path
  • "Latest docs", "current version"? → Automated path
  • GitHub repository mention? → Automated path
  • PDF/manual path? → Automated path
  • Custom workflow/process description? → Manual TDD path
  • Both documentation AND custom needs? → Hybrid path

Quality Requirements Extraction:

  • "Best practices" → Enforce quality gates
  • "Latest version" → Scrape current docs
  • "Examples" → Ensure code samples included
  • "Comprehensive" → Verify coverage completeness

Phase 2: Execution (Automatic)

Path A: Documentation-Based (Skill_Seekers)

Detected: Documentation source available
Method: Automated scraping with quality enhancement

Steps I take:
1. Check Skill_Seekers installation (install if needed)
2. Configure scraping parameters automatically
3. Run scraping with optimal settings
4. Monitor progress
5. Initial quality check
6. If score < 8.0: Run enhancement loop
7. Re-score until >= 8.0
8. Test with auto-generated scenarios
9. Package and deliver

Path B: Custom Workflows (Manual TDD)

Detected: Custom workflow/process
Method: Test-Driven Documentation (obra methodology)

Steps I take:
1. Create pressure test scenarios
2. Run baseline (without skill)
3. Document agent behavior
4. Write minimal skill addressing baseline
5. Test with skill present
6. Identify rationalizations/gaps
7. Close loopholes
8. Iterate until bulletproof
9. Package and deliver

Path C: Hybrid

Detected: Documentation + custom requirements
Method: Scrape then enhance

Steps I take:
1. Scrape documentation (Path A)
2. Identify gaps vs requirements
3. Fill gaps with TDD approach (Path B)
4. Unify and test as whole
5. Quality loop until >= 8.0
6. Package and deliver

Phase 3: Quality Assurance Loop (Automatic)

I enforce Anthropic best practices:

while quality_score < 8.0:
    issues = analyze_against_anthropic_guidelines(skill)

    if "vague_description" in issues:
        improve_description_specificity()

    if "missing_examples" in issues:
        extract_or_generate_examples()

    if "too_long" in issues:
        apply_progressive_disclosure()

    if "poor_structure" in issues:
        reorganize_content()

    quality_score = rescore()

Quality Criteria (Anthropic Best Practices):

  • ✅ Description: Specific, clear, includes when_to_use
  • ✅ Conciseness: <500 lines OR progressive disclosure
  • ✅ Examples: Concrete code samples, not abstract
  • ✅ Structure: Well-organized, clear sections
  • ✅ Name: Follows conventions (lowercase, hyphens, descriptive)

Important: The quality assurance process consults references/best-practices.md for Anthropic's complete authoring guidelines and references/anthropic-best-practices.md for the 10-point scoring criteria.

Phase 4: Testing (Automatic)

I generate and run test scenarios:

# Auto-generate test cases from skill content
test_cases = extract_key_topics(skill)

for topic in test_cases:
    query = f"How do I {topic}?"

    # Test WITHOUT skill (baseline)
    baseline = run_query_without_skill(query)

    # Test WITH skill
    with_skill = run_query_with_skill(query)

    # Verify improvement
    if not is_better(with_skill, baseline):
        identify_gap()
        enhance_skill()
        retest()

Phase 5: Delivery (Automatic)

Package skill:
- Create skill directory structure
- Generate SKILL.md with frontmatter
- Create reference files (if using progressive disclosure)
- Add examples directory
- Create .zip for easy upload
- Install to ~/.claude/skills/ (if desired)
- Generate summary statistics

Progress Reporting

You'll see real-time progress:

🔍 Analyzing request...
   ✅ Detected: Documentation-based (docs.rs/anchor-lang)
   ✅ Requirements: Latest version, best practices, examples

🔄 Creating skill...
   📥 Scraping docs.rs/anchor-lang... (2 min)
   📚 Extracting 247 pages...
   💾 Organizing content...

📊 Quality check: 7.4/10
   ⚠️  Issues found:
       - Description too generic (fixing...)
       - Missing examples in 4 sections (adding...)
       - Some outdated patterns (updating...)

🔧 Enhancing skill...
   ✏️  Description improved
   📝 Examples added
   🔄 Patterns updated

📊 Quality check: 8.9/10 ✅

🧪 Testing...
   ✅ 15/15 scenarios passing

✅ anchor-development skill ready!

Dependencies

Required:

  • Python 3.10+ (for quality scripts)
  • bash (for automation scripts)

Optional (auto-installed when needed):

  • Skill_Seekers (for documentation scraping)

- Will prompt for installation on first documentation-based request - One-command setup: scripts/install-skill-seekers.sh

Configuration

Environment variables (optional):

# Skill_Seekers installation path
export SKILL_SEEKERS_PATH="$HOME/Skill_Seekers"

# Output directory for created skills
export SKILL_OUTPUT_DIR="$HOME/.claude/skills"

# Minimum quality score (default: 8.0)
export MIN_QUALITY_SCORE="8.0"

# Auto-install dependencies (default: prompt)
export AUTO_INSTALL_DEPS="true"

Examples

Example 1: Documentation Skill

User: "Create a React skill from react.dev"

Agent:
🔍 Analyzing... → Documentation-based
🔄 Scraping react.dev... → 3 min
📊 Quality: 7.8 → 8.6 ✅
🧪 Testing: 12/12 passing ✅
✅ react-development skill ready (8.6/10)

Example 2: Custom Workflow Skill

User: "Create a skill for debugging Solana transaction failures"

Agent:
🔍 Analyzing... → Custom workflow (no docs to scrape)
📝 Using TDD methodology...
🧪 RED: Testing baseline...
✏️  GREEN: Writing skill...
🔄 REFACTOR: Closing loopholes...
📊 Quality: 8.3 ✅
✅ solana-transaction-debugging skill ready (8.3/10)

Example 3: Hybrid Skill

User: "Create an Anchor skill with docs plus custom debugging workflows"

Agent:
🔍 Analyzing... → Hybrid (docs + custom)
📥 Scraping docs.rs/anchor-lang... → 2 min
📝 Adding custom debugging workflows...
🔄 Integrating and testing...
📊 Quality: 8.9 ✅
✅ anchor-development skill ready (8.9/10)

Quality Guarantee

Every skill delivered by skill-factory:

  • ✅ Scores >= 8.0/10 on Anthropic best practices
  • ✅ Has concrete examples (not abstract)
  • ✅ Follows structure conventions
  • ✅ Tested with auto-generated scenarios
  • ✅ Ready to use immediately

If quality < 8.0, I keep working until it reaches 8.0+

Troubleshooting

Skill_Seekers installation fails:

# Manual installation
git clone https://github.com/yusufkaraaslan/Skill_Seekers ~/Skill_Seekers
cd ~/Skill_Seekers
pip install -r requirements.txt

# Or use installation script
~/Projects/claude-skills/skill-factory/scripts/install-skill-seekers.sh

Quality score stuck below 8.0:

  • I'll report what's blocking and suggest manual review
  • Check references/anthropic-best-practices.md for criteria
  • Run manual enhancement if needed

Want to understand methodology:

  • See references/obra-tdd-methodology.md (testing approach)
  • See references/anthropic-best-practices.md (quality criteria)
  • See references/skill-seekers-integration.md (automation details)

Reference Files

Anthropic Official Documentation:

  • references/overview.md - Agent Skills architecture, progressive disclosure, and platform details
  • references/quickstart.md - Quick tutorial on using pre-built Agent Skills in the Claude API
  • references/best-practices.md - Comprehensive authoring guidelines from Anthropic
  • references/anthropic-best-practices.md - Quality scoring system (10/10 criteria)

Skill Factory Implementation Details:

  • references/obra-tdd-methodology.md - Full TDD testing approach
  • references/skill-seekers-integration.md - Automation documentation
  • references/request-analysis.md - How requests are parsed
  • references/quality-loops.md - Enhancement algorithms

Scripts Reference

Available helper scripts in scripts/ directory:

  • check-skill-seekers.sh - Check if Skill_Seekers is installed
  • install-skill-seekers.sh - One-command Skill_Seekers setup
  • quality-check.py - Score any skill against Anthropic best practices

Usage examples:

# Check Skill_Seekers installation
./scripts/check-skill-seekers.sh

# Install Skill_Seekers
./scripts/install-skill-seekers.sh

# Quality check a skill
python3 ./scripts/quality-check.py /path/to/skill/SKILL.md

Philosophy

You don't want to:

  • Navigate decision trees
  • Choose between tools
  • Check quality manually
  • Test with subagents yourself
  • Wonder if output is good

You want to:

  • Describe what you need
  • Get high-quality result
  • Start using immediately

That's what skill-factory delivers.

Credits

Built on top of excellent tools:

Skill-factory orchestrates these tools with automatic quality assurance and testing.


Just tell me what skill you need. I'll handle the rest.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.17%
按下载量换算99

Claude

29.38%
按下载量换算81

Cursor

16.63%
按下载量换算46

Gemini CLI

9.49%
按下载量换算26

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills