
Claude Skills by paperclipai
github.com/paperclipaiDrill to root cause by asking why repeatedly. Moves past symptoms to actual cause, with actionable intervention at the root level.
Apply the Eisenhower matrix (urgent/important) to prioritize tasks or decisions. Categorizes items into four quadrants: do first, schedule, delegate, eliminate.
Break down to fundamentals and rebuild from base truths. Strips away assumptions, conventions, and analogies to identify irreducible truths, then rebuilds understanding.
Solve problems backwards by asking what would guarantee failure, then avoid those things. Surfaces risks that optimistic planning misses.
Find the simplest explanation that fits all the facts. Enumerates assumptions, checks evidence, and selects the explanation with fewest unsupported assumptions.
Identify the single highest-leverage action. Finds the one domino that knocks down all others, reducing overwhelm to a single focus with a concrete next step.
Analyze what you give up by choosing this option. Makes hidden costs explicit by comparing against the best alternative use of the same resources.
Apply Pareto's principle (80/20 rule) to identify the vital few factors that drive the majority of results. Cuts through noise to focus on what actually matters.
Think through consequences of consequences. Traces causal chains beyond obvious first-order effects to reveal delayed costs, feedback loops, and unintended outcomes.
Map strengths, weaknesses, opportunities, and threats. Combines internal and external factor analysis with cross-quadrant strategic moves (SO, WO, ST, WT strategies).
Improve by removing rather than adding. Identifies genuine bloat versus essential elements, creating space and simplicity through subtraction.
Create structured handoff documents to continue work in a fresh context without losing progress. Captures original task, work completed, work remaining, attempted approaches, critical context, and current state.
Expert guidance for creating, writing, building, and refining Claude Code Skills. Covers SKILL.md authoring, router patterns, progressive disclosure, references, workflows, templates, and self-healing via heal-skill.
Expert guidance for creating and configuring Claude Code hooks. Covers event-driven automation via PreToolUse, PostToolUse, Stop, SessionStart, and UserPromptSubmit events, with command and prompt hook types, matchers, and troubleshooting.
Create Model Context Protocol (MCP) servers that expose tools, resources, and prompts to Claude. Supports Python and TypeScript implementations with API research, OAuth handling, response optimization, and installation in Claude Code and Claude Desktop.
Create optimized prompts for Claude-to-Claude pipelines with research, planning, and execution stages. Builds structured outputs with dependency detection for chaining research, plan, and implement workflows.
Create hierarchical project plans optimized for solo agentic development. Produces Claude-executable plans with verification criteria -- briefs, roadmaps, phase plans, domain-aware task generation, context handoffs, and git versioning.
Expert guidance for creating Claude Code slash commands. Covers YAML frontmatter, arguments, dynamic context loading, tool restrictions, and command patterns.
Expert guidance for creating Claude Code subagents and the Task tool. Covers agent configurations, system prompt writing, tool selection, model choice, orchestration patterns, and multi-agent workflows.
Deep analysis debugging mode for complex issues. Activates methodical investigation with evidence gathering, hypothesis testing, and rigorous verification. For use when standard troubleshooting fails or issues require systematic root cause analysis.
Domain expertise for iPhone app development. Exhaustive knowledge base covering SwiftUI patterns, app architecture, navigation, networking, data persistence, testing, accessibility, App Store submission, and CLI workflows.
Domain expertise for macOS app development. Exhaustive knowledge base covering SwiftUI patterns, AppKit integration, document and shoebox app architectures, menu bar apps, system APIs, code signing, and CLI workflows.
Systematic approach to building complex software by delegating prompt engineering to Claude itself. Separates analysis from execution -- generates specification-grade prompts that run in fresh sub-agent contexts.
Domain expertise for n8n workflow automation. Covers workflow architecture, node catalog, expressions, AI and HTTP nodes, code nodes, testing, performance optimization, and deployment.
Research competitors -- who else does this, how they do it, strengths and weaknesses. Uses structured intake with clarifying questions and decision gates before execution.
Exhaustive deep-dive analysis of a single topic. Comprehensive research with intake gates, structured output, evidence quality ratings, and actionable recommendations.
Assess whether something can be built, with what effort, and what risks or blockers exist. Evaluates technical, resource, and timeline feasibility.
Research the history of a topic -- how it evolved, key milestones, and what patterns emerge over time. Provides chronological analysis with lessons learned.
Broad survey of a space -- players, trends, dynamics, and emerging patterns. Maps the territory before committing to a direction.
Find and evaluate open-source solutions, libraries, and tools. Compares options on activity, documentation, community, license, and fitness for purpose.
Compare specific alternatives with structured criteria. Side-by-side evaluation of options across dimensions that matter for the decision at hand.
Deep technical analysis of architectures, APIs, or implementations. Evaluates technical approaches, tradeoffs, and produces actionable technical recommendations.
Set up Geoffrey Huntley's Ralph Wiggum autonomous coding loop. Configures iterative loops with task selection, execution, and validation -- fresh context every iteration prevents context poisoning. Three phases: planning, building, observation.
Capture ideas mid-conversation without derailing current work. Add structured todo items with full context (file paths, line numbers, reasoning), then resume later with zero context loss via check-todos.
Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations (Claude Code Action, Gemini CLI, OpenAI Codex, GitHub AI Inference)
Clarify ambiguous requirements by asking questions before implementing. Only when invoked explicitly.
Build deep architectural context through ultra-granular code analysis before vulnerability hunting
Comprehensive smart contract security toolkit based on Trail of Bits' Building Secure Contracts framework. Includes vulnerability scanners for 6 blockchains and 5 development guideline assistants.
Search and extract data from Burp Suite project files (.burp) for security analysis
Diagnose and fix Claude in Chrome MCP extension connectivity issues
Detect compiler-induced timing side-channels in cryptographic code
Interprets Culture Index survey results for individuals and teams
Debug Buttercup Kubernetes deployments
Create pre-configured devcontainers with Claude Code and language-specific tooling
Security-focused differential review of code changes with git history analysis and blast radius estimation
Interact with and understand the DWARF debugging format
Analyzes smart contract codebases to identify state-changing entry points for security auditing. Detects externally callable functions that modify state, categorizes them by access level, and generates structured audit reports.
Scan Android APKs for Firebase security misconfigurations including open databases, storage buckets, authentication issues, and exposed cloud functions. For authorized security research only.
Systematic false positive verification for security bug analysis with mandatory gate reviews
Intercepts GitHub URL fetches and curl/wget commands, redirecting to the authenticated gh CLI.