Skip to content

Latest commit

Β 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Claude Skills Worth Using

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.

πŸ“ Repository Structure

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

🎯 Skills by Category

⏰ Productivity & Planning

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

πŸ’» Development Tools

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

πŸ’Ό Business & M&A

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

πŸ” Content & Marketing

Tools for SEO optimization, content strategy, and marketing analysis.

  • SEO Optimizer - Comprehensive SEO analysis and optimization

🧠 Knowledge & Patterns

Learn best practices and patterns from production AI tools.

  • PostHog Wizard - AI-First CLI patterns and architecture

🌟 Featured Skills

⏰ Weekly Planner

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

β†’ View Documentation


πŸ“… CC Session Manager

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

β†’ View Documentation


πŸ“š Codebase Documenter

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)

β†’ View Documentation


πŸ§ͺ Test Specialist

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)

β†’ View Documentation


πŸ”§ Tech Debt Analyzer

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)

β†’ View Documentation


πŸš€ CI/CD Pipeline Generator

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)

β†’ View Documentation


βœ… Startup Validator

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)

β†’ View Documentation


🎯 Pitch Deck

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)

β†’ View Documentation


πŸ“Š Data Audit

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

β†’ View Documentation


πŸ” SEO Optimizer

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)

β†’ View Documentation


🎯 PostHog Wizard

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/rules files)
  • πŸ”Œ 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)

β†’ View Documentation


πŸš€ Quick Start

1. Clone the Repository

git clone https://github.com/Organized-AI/clalude-skills-worth-using.git
cd clalude-skills-worth-using

2. Choose Your Skills

Browse by category and select skills that match your workflow:

For Productivity:

cd skills/weekly-planner

For Development:

cd skills/codebase-documenter
cd skills/test-specialist
cd skills/tech-debt-analyzer
cd skills/cicd-pipeline-generator

For Business/M&A:

cd skills/startup-validator
cd skills/pitch-deck
cd skills/data-audit

3. Read Documentation

  • SKILL.md - Core skill instructions
  • README.md - Detailed usage guide
  • Reference materials (in /references directory)

4. Use in Claude

  • Copy skill to your Claude Project
  • Use activation phrases
  • Let the skill work automatically

πŸ“‹ Requirements

All Skills

  • Claude Account (Sonnet 4.5 or newer recommended)
  • Enable Claude Projects for memory management

Specific Requirements

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 - - - -

πŸ’‘ Example Workflows

Complete Developer Workflow

tech-debt-analyzer β†’ Identify issues
      ↓
codebase-documenter β†’ Document architecture
      ↓
test-specialist β†’ Create comprehensive tests
      ↓
cicd-pipeline-generator β†’ Automate deployment

M&A Due Diligence Workflow

startup-validator β†’ Validate acquisition target
      ↓
tech-debt-analyzer β†’ Assess codebase health
      ↓
data-audit β†’ Analyze marketing performance
      ↓
pitch-deck β†’ Generate board presentation

Content & SEO Workflow

seo-optimizer β†’ Analyze and optimize content
      ↓
weekly-planner β†’ Schedule content production
      ↓
data-audit β†’ Track performance metrics

Personal Productivity Setup

weekly-planner β†’ Plan sustainable workweek
      ↓
cc-session-manager β†’ Schedule coding sessions
      ↓
[Execute planned development work]

πŸ“Š Skills Comparison Matrix

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

πŸŽ“ Getting Started Guide

New to Claude Skills?

Start here:

  1. Weekly Planner - Easiest setup, immediate productivity value
  2. Codebase Documenter - Quick wins for developer workflow
  3. 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

Already Using Claude Skills?

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

Building Your Own Skills?

Learn from:

  1. PostHog Wizard - AI-first architecture patterns
  2. Weekly Planner - Memory integration best practices
  3. CC Session Manager - Calendar and file system integration
  4. Review the modular skill architecture in FINAL_ACTION_SUMMARY.md

🀝 Contributing

This is an internal Organized AI repository. Contributions should follow these guidelines:

Skill Guidelines

  • βœ… Must include SKILL.md and README.md
  • βœ… Clear activation phrases
  • βœ… Comprehensive workflows
  • βœ… Templates and examples
  • βœ… Document all dependencies
  • βœ… Test with real-world scenarios
  • βœ… Follow "no questions asked" principle

Skill Best Practices

  • 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

πŸ“š Documentation

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

🎯 Use Cases by Role

For Developers

  • 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

For Product Managers

  • Weekly Planner - Manage priorities sustainably
  • Startup Validator - Evaluate partnerships/acquisitions
  • Pitch Deck - Create stakeholder presentations

For Marketers

  • Data Audit - Optimize ad campaigns
  • SEO Optimizer - Improve search rankings
  • Weekly Planner - Plan content calendars

For Executives

  • Startup Validator - Due diligence for M&A
  • Pitch Deck - Board presentations
  • Data Audit - Marketing ROI analysis

For Founders

  • Pitch Deck - Fundraising presentations
  • Weekly Planner - Sustainable productivity
  • Tech Debt Analyzer - Code quality monitoring

πŸ”§ MCP Servers

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

πŸŽ‰ What's New

Version 3.0.0 - November 2025

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.

🎭 Design Philosophy

These skills embody core principles:

  1. Automation Over Configuration - Skills should "just work" with minimal setup
  2. Intelligence Over Options - Make smart decisions instead of asking questions
  3. Memory Over Repetition - Learn and improve with each use
  4. Modular Over Monolithic - Small, focused skills that compose well
  5. 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.

πŸ“„ License

Internal use for Organized AI. Individual skills may have additional licenses:

πŸ”— Links

πŸ“ž Support

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)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages