Co-Pilot / 辅助式
更新于 a month ago

some_claude_skills

Eerichowens
0.0k
erichowens/some_claude_skills
84
Agent 评分

💡 摘要

一个包含135个以上技能的集合,增强Claude在各个领域的专业知识。

🎯 适合人群

希望增强Claude能力的AI开发者寻求特定领域见解的产品经理需要专业技能的设计师和工程师教练和个人发展专业人士人工智能和机器学习研究人员

🤖 AI 吐槽:看起来很能打,但别让配置把人劝退。

安全分析中风险

风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);API Key/Token 的获取、存储与泄露风险。以最小权限运行,并在生产环境启用前审计代码与依赖。

Claude Skills Collection

135+ production-ready skills and 2 MCP servers for Claude Code.

Built by Erich Owens — Ex-Meta ML Engineer (12 years), 12 patents, MS Applied Math.


Quick Start

Option 1: Plugin Marketplace (Recommended)

# Add the marketplace /plugin marketplace add erichowens/some_claude_skills # Install any skill /plugin install adhd-design-expert@some-claude-skills # Or install the full collection /plugin install some-claude-skills@some-claude-skills

Option 2: Manual Installation

git clone https://github.com/erichowens/some_claude_skills.git cp -r some_claude_skills/.claude/skills/* ~/.claude/skills/

Option 3: Download Individual Skills

someclaudeskills.com/skills — Browse, search, and download ZIP files.


MCP Servers

Add to ~/.claude/settings.json or your project's .mcp.json:

prompt-learning-mcp

Your prompts get smarter every time you use Claude. Automatic optimization using APE, OPRO, and DSPy patterns.

{ "mcpServers": { "prompt-learning": { "command": "npx", "args": ["-y", "github:erichowens/prompt-learning-mcp"], "env": { "OPENAI_API_KEY": "your-openai-api-key" } } } }

Tools: optimize_prompt · record_feedback · retrieve_prompts · suggest_improvements · get_analytics

Requirements: Docker (Qdrant + Redis), Node.js 18+, OpenAI API key

cv-creator-mcp

Resume SEO powered by AI. ATS scoring, keyword optimization, job matching.

{ "mcpServers": { "cv-creator": { "command": "npx", "args": ["-y", "github:erichowens/cv-creator-mcp"] } } }

Tools: analyze_job · score_match · score_ats · suggest_tailoring · generate_variants · generate_cover_letter

Requirements: Node.js 18+


What Are Claude Skills?

Skills are modular prompt extensions that teach Claude domain expertise. Instead of telling Claude what to do, skills teach Claude:

| Aspect | What Skills Provide | |--------|---------------------| | How experts think | Decision frameworks, mental models | | What experts know | Domain knowledge, best practices | | How experts work | Proven methodologies, workflows | | Why experts choose | Reasoning behind decisions |

Read the full guide: How to Write Great Claude Skills


Skills by Category

Design & Creative (10 skills)

| Skill | Description | |-------|-------------| | design-system-creator | Design tokens, CSS architecture, component libraries | | native-app-designer | iOS/Mac/web apps with organic, non-AI aesthetic | | typography-expert | Font pairing, hierarchy, OpenType features | | vaporwave-glassomorphic-ui-designer | Retro-futuristic UI with glassmorphism | | web-design-expert | Brand identity, color theory, UI/UX | | windows-3-1-web-designer | Windows 3.1 aesthetic (powers this site!) | | interior-design-expert | Space planning, color theory, lighting | | vibe-matcher | Translate emotional vibes to visual DNA | | design-archivist | Build visual databases from 500-1000 examples | | 2000s-visualization-expert | Milkdrop, AVS, WebGL music visualizers |

Computer Vision & Graphics (8 skills)

| Skill | Description | |-------|-------------| | clip-aware-embeddings | Semantic image-text matching with CLIP | | collage-layout-expert | Hockney-style computational collage composition | | color-theory-palette-harmony-expert | Color science for photo composition | | drone-cv-expert | Drone systems, SLAM, object detection | | drone-inspection-specialist | Infrastructure inspection, thermal analysis | | metal-shader-expert | Real-time graphics, MSL shaders, PBR | | photo-composition-critic | Graduate-level visual aesthetics analysis | | photo-content-recognition-curation-expert | Face/place recognition, de-duplication |

Development & Engineering (8 skills)

| Skill | Description | |-------|-------------| | bot-developer | Discord, Telegram, Slack automation | | physics-rendering-expert | Rope/cable dynamics, constraint solving | | site-reliability-engineer | Docusaurus build validation, pre-commit hooks | | sound-engineer | Spatial audio, procedural sound design | | voice-audio-engineer | ElevenLabs integration, TTS, audio processing | | vr-avatar-engineer | VR avatars, motion capture, real-time animation | | event-detection-temporal-intelligence-expert | ST-DBSCAN, temporal event detection | | code-necromancer | Resurrect and modernize legacy codebases |

Coaching & Personal Development (11 skills)

| Skill | Description | |-------|-------------| | career-biographer | Extract structured career narratives | | competitive-cartographer | Map competitive landscapes, find white space | | cv-creator | ATS-optimized resumes in multiple formats | | hr-network-analyst | Professional network graph analysis | | job-application-optimizer | Resume SEO and job matching | | jungian-psychologist | Analytical psychology, shadow work | | personal-finance-coach | Tax optimization, investment theory | | project-management-guru-adhd | PM for ADHD engineers | | tech-entrepreneur-coach-adhd | Big tech → indie founder transition | | wisdom-accountability-coach | Philosophy teaching, commitment tracking | | indie-monetization-strategist | Freemium, SaaS pricing, passive income |

Health & Neuroscience (3 skills)

| Skill | Description | |-------|-------------| | adhd-design-expert | Neuroscience-backed UX for ADHD brains | | hrv-alexithymia-expert | HRV biometrics, interoception training | | speech-pathology-ai | Speech therapy, phoneme analysis |

Meta & Orchestration (8 skills)

| Skill | Description | |-------|-------------| | agent-creator | Create new custom agents, skills, MCP integrations | | orchestrator | Coordinate specialists and create skills on-the-fly | | research-analyst | Landscape research, competitive analysis | | skill-coach | Guide creation of high-quality Claude Skills | | skill-documentarian | Document skills, sync showcase website | | swift-executor | Rapid task execution without hesitation | | team-builder | Team composition, personality balancing, skill gap analysis | | automatic-stateful-prompt-improver | Auto-optimize prompts with APE, OPRO, DSPy | | seo-visibility-expert | SEO, llms.txt, Answer Engine Optimization |


Documentation

| Resource | Description | |----------|-------------| | Skills Gallery | Browse all skills with search and filtering | | Skills Guide | How skills work and how to create your own | | Artifacts | Real-world examples showing skills in action | | Full Docs | Complete documentation |


Philosophy

These skills embody AI that knows better than you in specific domains.

The result? AI agents that bring genuine expertise to every interaction — not just following instructions, but understanding why certain approaches work.


Contributing

  1. Follow the structure in .claude/skills/
  2. Include clear mission, competencies, and outputs
  3. Provide examples and best practices
  4. Submit a PR

See the Skills Guide for detailed instructions.


License

MIT License — See LICENSE


Built by Erich Owens · Ex-Meta 12 years · 12 Patents · MS Applied Math

Documentation is a love letter to your future self. Skills are a love letter to Claude.

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

优点

  • 涵盖多个领域的广泛技能集合
  • 模块化设计便于集成
  • 支持手动和自动安装

缺点

  • 需要熟悉Claude及其生态系统
  • 初学者的安装可能较复杂
  • 依赖于OpenAI等外部服务

相关技能

ordinary-claude-skills

B
toolCo-Pilot / 辅助式
78/ 100

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

pytorch

S
toolCode Lib / 代码库
92/ 100

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

agno

S
toolCode Lib / 代码库
90/ 100

“它承诺成为智能体领域的Kubernetes,但得看开发者有没有耐心学习又一个编排层。”

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

版权归原作者所有 erichowens.