Agent Skill
2/7/2026

dag-task-scheduler

Wave-based parallel scheduling for DAG execution. Manages execution order, resource allocation, and parallelism constraints. Activate on 'schedule dag', 'execution waves', 'parallel scheduling', 'task queue', 'resource allocation'. NOT for building DAGs (use dag-graph-builder) or actual execution (use dag-parallel-executor).

E
erichowens
28GitHub Stars
1Views
npx skills add erichowens/some_claude_skills

SKILL.md

Namedag-task-scheduler
DescriptionWave-based parallel scheduling for DAG execution. Manages execution order, resource allocation, and parallelism constraints. Activate on 'schedule dag', 'execution waves', 'parallel scheduling', 'task queue', 'resource allocation'. NOT for building DAGs (use dag-graph-builder) or actual execution (use dag-parallel-executor).

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:

AspectWhat Skills Provide
How experts thinkDecision frameworks, mental models
What experts knowDomain knowledge, best practices
How experts workProven methodologies, workflows
Why experts chooseReasoning behind decisions

Read the full guide: How to Write Great Claude Skills


Skills by Category

Design & Creative (10 skills)

SkillDescription
design-system-creatorDesign tokens, CSS architecture, component libraries
native-app-designeriOS/Mac/web apps with organic, non-AI aesthetic
typography-expertFont pairing, hierarchy, OpenType features
vaporwave-glassomorphic-ui-designerRetro-futuristic UI with glassmorphism
web-design-expertBrand identity, color theory, UI/UX
windows-3-1-web-designerWindows 3.1 aesthetic (powers this site!)
interior-design-expertSpace planning, color theory, lighting
vibe-matcherTranslate emotional vibes to visual DNA
design-archivistBuild visual databases from 500-1000 examples
2000s-visualization-expertMilkdrop, AVS, WebGL music visualizers

Computer Vision & Graphics (8 skills)

SkillDescription
clip-aware-embeddingsSemantic image-text matching with CLIP
collage-layout-expertHockney-style computational collage composition
color-theory-palette-harmony-expertColor science for photo composition
drone-cv-expertDrone systems, SLAM, object detection
drone-inspection-specialistInfrastructure inspection, thermal analysis
metal-shader-expertReal-time graphics, MSL shaders, PBR
photo-composition-criticGraduate-level visual aesthetics analysis
photo-content-recognition-curation-expertFace/place recognition, de-duplication

Development & Engineering (8 skills)

SkillDescription
bot-developerDiscord, Telegram, Slack automation
physics-rendering-expertRope/cable dynamics, constraint solving
site-reliability-engineerDocusaurus build validation, pre-commit hooks
sound-engineerSpatial audio, procedural sound design
voice-audio-engineerElevenLabs integration, TTS, audio processing
vr-avatar-engineerVR avatars, motion capture, real-time animation
event-detection-temporal-intelligence-expertST-DBSCAN, temporal event detection
code-necromancerResurrect and modernize legacy codebases

Coaching & Personal Development (11 skills)

SkillDescription
career-biographerExtract structured career narratives
competitive-cartographerMap competitive landscapes, find white space
cv-creatorATS-optimized resumes in multiple formats
hr-network-analystProfessional network graph analysis
job-application-optimizerResume SEO and job matching
jungian-psychologistAnalytical psychology, shadow work
personal-finance-coachTax optimization, investment theory
project-management-guru-adhdPM for ADHD engineers
tech-entrepreneur-coach-adhdBig tech → indie founder transition
wisdom-accountability-coachPhilosophy teaching, commitment tracking
indie-monetization-strategistFreemium, SaaS pricing, passive income

Health & Neuroscience (3 skills)

SkillDescription
adhd-design-expertNeuroscience-backed UX for ADHD brains
hrv-alexithymia-expertHRV biometrics, interoception training
speech-pathology-aiSpeech therapy, phoneme analysis

Meta & Orchestration (8 skills)

SkillDescription
agent-creatorCreate new custom agents, skills, MCP integrations
orchestratorCoordinate specialists and create skills on-the-fly
research-analystLandscape research, competitive analysis
skill-coachGuide creation of high-quality Claude Skills
skill-documentarianDocument skills, sync showcase website
swift-executorRapid task execution without hesitation
team-builderTeam composition, personality balancing, skill gap analysis
automatic-stateful-prompt-improverAuto-optimize prompts with APE, OPRO, DSPy
seo-visibility-expertSEO, llms.txt, Answer Engine Optimization

Documentation

ResourceDescription
Skills GalleryBrowse all skills with search and filtering
Skills GuideHow skills work and how to create your own
ArtifactsReal-world examples showing skills in action
Full DocsComplete 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.

Skills Info
Original Name:dag-task-schedulerAuthor:erichowens