A curated collection of production-ready Claude skills, configurations, and best practices for effective AI-assisted workflows. From productivity and planning to development automation and M&A due diligence.
claude-skills-worth-using/
βββ README.md # This file
βββ skills/ # Claude skills and workflows (11 total)
β βββ weekly-planner/ # β° Energy-based weekly planning
β βββ cc-session-manager/ # π
Claude Code session scheduler
β βββ data-audit/ # π Meta Ads account auditing
β βββ posthog-wizard/ # π― AI-First CLI patterns
β βββ codebase-documenter/ # π Comprehensive code documentation
β βββ test-specialist/ # π§ͺ Automated testing & TDD
β βββ tech-debt-analyzer/ # π§ Technical debt assessment
β βββ cicd-pipeline-generator/ # π CI/CD automation
β βββ seo-optimizer/ # π SEO analysis & optimization
β βββ startup-validator/ # β
M&A due diligence automation
β βββ pitch-deck/ # π― Professional pitch generation
βββ config/ # Configuration files and preferences
β βββ user-preferences.md # Claude behavior configurations
βββ examples/ # Example artifacts and outputs
β βββ artifacts/ # Sample generated artifacts
βββ docs/ # Additional documentation
Perfect for personal productivity, time management, and workflow optimization.
- Weekly Planner - Energy-based weekly planning system
- CC Session Manager - Claude Code session scheduler with token optimization
Complete developer toolkit for documentation, testing, technical debt, and deployment.
- Codebase Documenter - Generate comprehensive code documentation
- Test Specialist - Automated testing and TDD implementation
- Tech Debt Analyzer - Technical debt assessment and prioritization
- CI/CD Pipeline Generator - Production-ready CI/CD configurations
Professional tools for due diligence, startup validation, and deal analysis.
- Startup Validator - M&A due diligence and investment scoring
- Pitch Deck - Professional presentation generation (M&A, fundraising, executive)
- Data Audit - Meta Ads account auditing and optimization
Tools for SEO optimization, content strategy, and marketing analysis.
- SEO Optimizer - Comprehensive SEO analysis and optimization
Learn best practices and patterns from production AI tools.
- PostHog Wizard - AI-First CLI patterns and architecture
Sustainable productivity framework with energy-based scheduling
A comprehensive weekly planning system that manages 2-3 weekly anchors, protects sacred morning practice, and leverages evening time for learning - all while preventing burnout.
Key Features:
- π΄π‘π’ Energy-based task scheduling (Drain/Neutral/Energize)
- π 2-3 weekly anchors with P0/P1/P2 priorities
- β° Sacred morning practice protection (until 1pm)
- π Evening learning time (7pm-9pm, 1-2 hours)
- π Friday Strategic Growth System reviews
- π§ Full memory integration for continuous improvement
Activation:
"Plan my week"
"I completed [task]"
"Weekly review"
Tools Required: Memory System, Conversation Search
Intelligent Claude Code session scheduler with token optimization
Automatically analyzes your calendar, parses conversation history, predicts token usage, and schedules optimal 5-hour Claude Code sessions - no questions asked.
Key Features:
- π macOS Calendar (iCal) integration
- π JSONL conversation file analysis
- π― Token usage prediction
- π€ Automatic 5-hour session scheduling
- π Visualization of usage patterns
- β‘ Zero-configuration operation
Activation:
"Schedule my Claude Code sessions"
"Plan coding time"
Tools Required: Python 3.8+, macOS Calendar access
Comprehensive code documentation generation
Generate professional README files, architecture guides, API documentation, and inline comments following industry best practices.
Key Features:
- π README templates with quick-start guides
- ποΈ Architecture documentation patterns
- π API endpoint documentation
- π¬ Code comment best practices
- π Progressive disclosure approach
- π¨ Visual aids integration
Activation:
"Create documentation for this codebase"
"Generate README for this project"
"Document this API"
Tools Required: GitHub MCP (optional, for direct commits)
Automated testing strategy and TDD implementation
Comprehensive test generation and testing strategy for modern development workflows.
Key Features:
- π― Test-driven development workflows
- π¦ Unit, integration, and E2E testing patterns
- π§ Framework-agnostic (Jest, Pytest, Mocha, etc.)
- π Coverage analysis guidance
- π Bug analysis methodology
- β Best practices enforcement
Activation:
"Write tests for this function"
"Create test suite for this module"
"Implement TDD workflow"
Tools Required: None (framework-agnostic)
Technical debt assessment and prioritization
Automated codebase health assessment with actionable refactoring recommendations.
Key Features:
- π Complexity scanning and metrics
- π¦ Dependency audit (outdated packages)
- π TODO/FIXME tracking
- π Refactoring roadmaps
- π° Cost-benefit analysis
- π― Priority scoring
Activation:
"Analyze technical debt in this codebase"
"Scan for code complexity issues"
"Create refactoring roadmap"
Tools Required: Python 3.8+, GitHub MCP (optional)
Production-ready CI/CD configurations
Generate complete CI/CD pipelines for multiple platforms with security scanning and deployment strategies.
Key Features:
- π Multi-platform support (GitHub Actions, GitLab CI, CircleCI)
- π³ Docker integration
- π Security scanning (SAST, dependency checks)
- π Environment management (dev, staging, prod)
- π¦ Artifact management
- π Deployment strategies (blue-green, canary)
Activation:
"Create GitHub Actions workflow"
"Generate CI/CD pipeline for Python app"
"Set up deployment automation"
Tools Required: None (generates configuration files)
M&A due diligence and investment scoring
Comprehensive startup validation framework for acquisition targets and investment opportunities.
Key Features:
- π Automated validation frameworks
- π― Strategic fit analysis
- π Investment scoring rubrics (0-100 scale)
- β Due diligence checklists (financial, operational)
- π° Valuation analysis
- π Board presentation generation
Activation:
"Validate this startup for acquisition: [details]"
"Score this company against M&A rubrics"
"Generate due diligence checklist"
Tools Required: Memory System (recommended)
Professional presentation generation
Generate compelling pitch decks for M&A acquisitions, startup fundraising, and executive presentations.
Key Features:
- π M&A acquisition deck templates
- π Startup fundraising deck templates
- π Executive summary templates
- π° Auto-populated financial visualizations
- π¨ Professional design guidelines
- π Board presentation standards
Activation:
"Generate M&A pitch deck for [company]"
"Create startup fundraising presentation"
"Build executive summary"
Tools Required: Memory System (recommended)
Comprehensive Meta Ads account auditing
Deep-dive audits of Meta advertising accounts with campaign performance, tracking infrastructure, and CAPI implementation analysis.
Key Features:
- π Campaign and ad performance analysis
- π§ Tracking infrastructure assessment
- π CAPI (Conversions API) implementation guidance
- π Automated report generation
- ποΈ Architecture diagrams and recommendations
- π ROI and optimization insights
Activation:
"Audit Meta account act_1234567890"
"Analyze campaign performance"
"Evaluate tracking infrastructure"
Tools Required: Pipeboard Meta MCP Server
Comprehensive SEO analysis and optimization
Professional SEO analysis for web content, technical SEO, and search optimization.
Key Features:
- π― On-page SEO analysis
- π§ Technical SEO auditing
- π·οΈ Meta tag optimization
- π Schema markup implementation
- πΊοΈ Sitemap generation
- π Keyword research and optimization
Activation:
"Analyze this page for SEO"
"Optimize meta tags for [content]"
"Generate schema markup"
Tools Required: Python 3.8+ (for advanced analysis)
AI-First CLI patterns from PostHog Wizard
Learn and apply patterns from PostHog Wizard for building AI-first developer tools with deterministic LLM prompting.
Key Features:
- π― Deterministic Prompting patterns (force structured JSON)
- π§ LLM Query Wrappers (centralized API calls)
- π Agent Rules Generation (create
.cursor/rulesfiles) - π MCP Server Management (programmatic installation)
- π CLI Analytics integration
- ποΈ AI-First Architecture patterns
Activation:
"PostHog Wizard patterns"
"CLI wizard architecture"
"Deterministic prompting examples"
Tools Required: None (knowledge-only skill)
git clone https://github.com/Organized-AI/clalude-skills-worth-using.git
cd clalude-skills-worth-usingBrowse by category and select skills that match your workflow:
For Productivity:
cd skills/weekly-plannerFor Development:
cd skills/codebase-documenter
cd skills/test-specialist
cd skills/tech-debt-analyzer
cd skills/cicd-pipeline-generatorFor Business/M&A:
cd skills/startup-validator
cd skills/pitch-deck
cd skills/data-auditSKILL.md- Core skill instructionsREADME.md- Detailed usage guide- Reference materials (in
/referencesdirectory)
- Copy skill to your Claude Project
- Use activation phrases
- Let the skill work automatically
- Claude Account (Sonnet 4.5 or newer recommended)
- Enable Claude Projects for memory management
| Skill | Memory | Python | macOS | MCP Servers |
|---|---|---|---|---|
| Weekly Planner | β Required | - | - | - |
| CC Session Manager | Recommended | β 3.8+ | β Calendar | - |
| Codebase Documenter | Recommended | - | - | GitHub (optional) |
| Test Specialist | - | - | - | - |
| Tech Debt Analyzer | Recommended | β 3.8+ | - | GitHub (optional) |
| CI/CD Generator | - | - | - | - |
| Startup Validator | β Recommended | - | - | - |
| Pitch Deck | β Recommended | - | - | - |
| Data Audit | Recommended | - | - | β Pipeboard Meta |
| SEO Optimizer | Recommended | β 3.8+ | - | - |
| PostHog Wizard | - | - | - | - |
tech-debt-analyzer β Identify issues
β
codebase-documenter β Document architecture
β
test-specialist β Create comprehensive tests
β
cicd-pipeline-generator β Automate deployment
startup-validator β Validate acquisition target
β
tech-debt-analyzer β Assess codebase health
β
data-audit β Analyze marketing performance
β
pitch-deck β Generate board presentation
seo-optimizer β Analyze and optimize content
β
weekly-planner β Schedule content production
β
data-audit β Track performance metrics
weekly-planner β Plan sustainable workweek
β
cc-session-manager β Schedule coding sessions
β
[Execute planned development work]
| Skill | Category | Automation Level | Setup Time | Best For |
|---|---|---|---|---|
| Weekly Planner | Productivity | High | 5 min | Sustainable productivity |
| CC Session Manager | Productivity | Complete | 10 min | Code planning & budgeting |
| Codebase Documenter | Development | High | 2 min | Documentation generation |
| Test Specialist | Development | High | 2 min | Test generation & TDD |
| Tech Debt Analyzer | Development | Complete | 5 min | Code health assessment |
| CI/CD Generator | Development | Complete | 2 min | Deployment automation |
| Startup Validator | Business | High | 5 min | M&A due diligence |
| Pitch Deck | Business | High | 5 min | Professional presentations |
| Data Audit | Marketing | Complete | 2 min | Ad performance analysis |
| SEO Optimizer | Marketing | High | 2 min | SEO optimization |
| PostHog Wizard | Knowledge | N/A | 0 min | CLI development patterns |
Start here:
- Weekly Planner - Easiest setup, immediate productivity value
- Codebase Documenter - Quick wins for developer workflow
- PostHog Wizard - Learn AI-first patterns (no setup required)
Then add:
- Test Specialist - If you write tests regularly
- Data Audit - If you manage Meta Ads campaigns
- SEO Optimizer - If you create web content
Power User Combos:
- Weekly Planner + CC Session Manager = Complete workflow automation
- Tech Debt Analyzer + Codebase Documenter + Test Specialist = Code quality suite
- Startup Validator + Pitch Deck + Data Audit = M&A toolkit
- SEO Optimizer + Weekly Planner = Content production pipeline
Learn from:
- PostHog Wizard - AI-first architecture patterns
- Weekly Planner - Memory integration best practices
- CC Session Manager - Calendar and file system integration
- Review the modular skill architecture in FINAL_ACTION_SUMMARY.md
This is an internal Organized AI repository. Contributions should follow these guidelines:
- β
Must include
SKILL.mdandREADME.md - β Clear activation phrases
- β Comprehensive workflows
- β Templates and examples
- β Document all dependencies
- β Test with real-world scenarios
- β Follow "no questions asked" principle
- Modular > Monolithic - Small, focused skills (2-5KB)
- Progressive Disclosure - Load only what's needed
- Single Responsibility - Each skill does one thing well
- Token Efficiency - Optimize for context window usage
- Composability - Skills should work together naturally
Each skill includes comprehensive documentation:
| File/Directory | Purpose |
|---|---|
SKILL.md |
Core skill logic and workflows |
README.md |
User guide and examples |
references/ |
Templates, guides, and best practices |
examples/ |
Sample outputs and use cases |
assets/ |
Scripts, tools, and supporting files |
- Codebase Documenter - Maintain documentation
- Test Specialist - Build comprehensive test suites
- Tech Debt Analyzer - Keep codebase healthy
- CI/CD Generator - Automate deployments
- PostHog Wizard - Learn AI-first patterns
- Weekly Planner - Manage priorities sustainably
- Startup Validator - Evaluate partnerships/acquisitions
- Pitch Deck - Create stakeholder presentations
- Data Audit - Optimize ad campaigns
- SEO Optimizer - Improve search rankings
- Weekly Planner - Plan content calendars
- Startup Validator - Due diligence for M&A
- Pitch Deck - Board presentations
- Data Audit - Marketing ROI analysis
- Pitch Deck - Fundraising presentations
- Weekly Planner - Sustainable productivity
- Tech Debt Analyzer - Code quality monitoring
Enhance skills with these MCP servers:
- Memory - Entity management and knowledge graphs (recommended for most skills)
- Pipeboard Meta - Meta Ads API integration (required for Data Audit)
- GitHub - Repository management (optional for development skills)
- Sequential Thinking - Enhanced reasoning workflows (recommended)
- Google Workspace - Sheets, Docs, Calendar integration
Major Update: Complete Developer Toolkit
- β¨ Added 7 new production-ready skills
- π§ Complete developer productivity suite (documenter, testing, CI/CD, tech debt)
- πΌ Professional M&A toolkit (validator, pitch deck)
- π Marketing suite (SEO optimizer, data audit)
- π Enhanced documentation and examples
- ποΈ Modular skill architecture (2-5KB per skill)
- π― Category-based organization
Skills Added:
- Codebase Documenter
- Test Specialist
- Tech Debt Analyzer
- CI/CD Pipeline Generator
- Startup Validator
- Pitch Deck
- SEO Optimizer
Attribution: 6 skills adapted from ailabs-393/ai-labs-claude-skills (MIT License) See AILABS_ATTRIBUTION.md for details.
These skills embody core principles:
- Automation Over Configuration - Skills should "just work" with minimal setup
- Intelligence Over Options - Make smart decisions instead of asking questions
- Memory Over Repetition - Learn and improve with each use
- Modular Over Monolithic - Small, focused skills that compose well
- Progressive Disclosure - Load only what's needed when needed
The goal is to make AI assistance feel like working with an experienced colleague who knows you, your patterns, and your preferences.
Internal use for Organized AI. Individual skills may have additional licenses:
- ailabs-393 skills: MIT License (see AILABS_ATTRIBUTION.md)
- Organization: Organized AI on GitHub
- Website: organized.ai
- Source Attribution: ailabs-393/ai-labs-claude-skills
For questions, issues, or suggestions:
- Open an issue in this repository
- Contact the Organized AI team
- Review skill-specific documentation
Last Updated: November 20, 2025
Maintained By: Organized AI Team
Version: 3.0.0 (Now with 11 production-ready skills!)
Total Skills: 11 (4 original + 7 new)