
johnlindquist/claude
50 skills4.8k installs1.2k starsGitHub
Install
npx skills add https://github.com/johnlindquist/claudeSkills in this repo
1Gemini ImageThe gemini-image skill is designed for analyze images using Gemini's vision capabilities. Use for image analysis, text extraction from screenshots, and visual content understanding. Gemini Image Analysis Analyze images using Gemini Pro's vision capabilities. Ask specific questions - Vague prompts get vague answers 4. Invoke when the user asks about gemini image or related SKILL.md workflows.1.2kinstalls2Memorymemory is an agent skill from johnlindquist/claude that provides persistent knowledge storage across coding sessions using the basic-memory CLI. After pip install basic-memory, agents write notes with basic-memory tool write-note—including title, markdown content, and optional tags—and retrieve them via semantic search to rebuild topic context between sessions. Developers reach for memory when project facts, architectural decisions, or preferences must survive session boundaries without re-prompting from scratch each time. The skill supports folder-targeted notes, tagged retrieval, and topic-based context building for long-running repositories where volatile context windows lose institutional knowledge. memory complements file-based planning skills by storing unstructured recall policies and searchable knowledge rather than phased task plans.349installs3Raycast Extensionraycast-extension is a Raycast development skill from johnlindquist/claude for building macOS launcher extensions with React and TypeScript. It walks through package.json manifest setup, src command files, ESLint and tsconfig configuration, a 512x512 PNG extension icon, and npm run dev for local testing. Developers reach for raycast-extension when creating commands, preference panels, or API-backed tools inside Raycast instead of standalone menu bar apps. The skill fits macOS launcher workflows where quick keyboard-driven UIs need structured extension scaffolding and Raycast API integrations.296installs4Brainstormbrainstorm is a johnlindquist/claude skill that systematically generates and explores ideas using the Gemini CLI with google-generativeai. Prerequisites include pip install google-generativeai and a GEMINI_API_KEY environment variable. The Generate Ideas operation asks Gemini Pro for creative alternatives with mixed complexity, user perspectives, and at least two wild-card concepts—each with description, key benefit, and main challenge. Developers reach for brainstorm early when comparing feature directions, drafting initial user stories, or expanding a concept before a technical spike. It fits creative problem solving and alternative exploration rather than implementation. Example prompts request 10 ideas per topic with conventional and unconventional mixes.277installs5Deepwikideepwiki is a Documentation agent skill from johnlindquist/claude for querying DeepWiki (deepwiki.com) about public GitHub repositories. DeepWiki provides AI-generated documentation including repository structure, architecture overviews, API references, code explanations, and interactive diagrams. Developers swap github.com for deepwiki.com in any public repo URL to open its documentation surface—for example, github.com/vercel/next.js becomes deepwiki.com/vercel/next.js. deepwiki also documents MCP server setup for programmatic access. Teams reach for deepwiki before scoping integrations, evaluating dependencies, or onboarding to an unfamiliar codebase when reading raw source tree-by-tree would be too slow.258installs6ThinkSkill for orchestrating explicit think steps in agent workflows so hard problems get structured deliberation before action. Defines triggers, prompt templates, and output conventions that separate analysis from implementation, improving correctness on refactors, bugs, and design calls without unnecessary latency on trivial edits.246installs7SpiderSkill for building lightweight web spiders to collect and normalize information during research. Covers fetch strategies, parsing, deduplication, robots awareness, and export formats so agents can turn public web data into summaries, competitor briefs, or doc indexes without manual copy-paste.208installs8DbInteractive SQL CLI that connects Claude to databases for real-time querying and schema exploration. Explains results in natural language.93installs9Chromechrome is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.82installs10Beadsbeads is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.74installs11Council Of FiveGenerates 5 agents, each with a distinct persona from archetypes like minimalist, storyteller, or paranoid auditor, to debate a problem. You synthesize their arguments into a decision.72installs12Diff PreviewTerminal tool that shows before/after code changes with colors and formatting. Helps review changes before git commits.68installs13InvestigateDetective-mode skill for investigating bugs. Reads logs, stack traces, and code to surface root causes and remediation steps.65installs14DesignAI-powered design assistant that generates component mockups and critiques existing designs. Produces HTML/CSS/React code.63installs15PackxBuild and deployment tool for packaging apps as binaries. Supports cross-platform builds and automated versioning.62installs16Tmuxtmux automation tool that creates sessions, panes, and windows. Executes commands and captures output for processing.60installs17Frontend Designfrontend-design is a Claude Code skill for frontend development. It helps solo builders move faster with AI-assisted development.56installs18DebugInteractive debugging tool that parses error traces to identify root causes. Generates fix suggestions and test cases.52installs19WeztermWezterm configuration generator that creates Lua config files with color schemes, key bindings, and layouts.52installs20ResearchResearch agent that searches web sources, gathers information, cross-verifies claims, and synthesizes findings into reports.50installs21Articlearticle is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.48installs22KarabinerGenerates Karabiner-Elements JSON for advanced keyboard customization. Supports layers, app conditionals, and complex mappings.48installs23LessonsAnalyzes code or docs to distill key lessons and patterns. Generates markdown learning guides from raw material.47installs24Changelogchangelog is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.44installs25Long AgentFramework for agents that work over hours/days with checkpointing to resume after failures. Provides memory persistence.42installs26RefactorCode refactoring agent that analyzes patterns and suggests cleanups. Applies modernization patterns across languages.41installs27StuckHelper skill that gathers context about your problem and suggests debugging approaches. Often invokes other debugging tools.41installs28Cass Memorycass-memory is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.40installs29Councilcouncil is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.40installs30Workflow DevkitLocal development toolkit for building Claude Code workflows. Provides debugging, testing, and hot-reload for fast iteration.40installs31GeminiCLI interface to Google Gemini Pro supporting code analysis, summarization, and web-integrated search with massive context.39installs32Mcp Spymcp-spy is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.39installs33Agent Mailagent-mail is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.38installs34PerfPerformance analysis tool that profiles CPU, memory, and I/O. Identifies bottlenecks and suggests optimization strategies.37installs35TestgenTest generation engine that analyzes functions and creates unit tests, integration tests, and edge case scenarios.37installs36GithubGitHub CLI integration layer for PR creation, issue management, and code reviews via natural language commands.36installs37RepoAuto-generates project docs by analyzing code structure and commit history. Creates architecture overviews and READMEs.36installs38Skill CreatorInteractive skill builder that scaffolds new skills and validates SKILL.md format. Tests invocations and publishes to registry.36installs39Bundlebundle is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.35installs40LinearLinear API CLI for issue management. Creates issues, updates status, links to PRs, and tracks project progress.35installs41ReviewCode review agent that checks diffs for correctness, security, style, and efficiency. Posts findings as inline PR comments.35installs42Worktreegit worktree management tool that creates, switches, and cleans up worktrees. Enables branch isolation for parallel work.35installs43Casscass is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.34installs44FigmaBridges Figma designs to code by extracting components, colors, and typography. Generates HTML/CSS/React implementations.34installs45WorkflowAgent workflow orchestration framework that routes between steps based on conditions. Manages state and invokes tools.34installs46DepsDependency scanner that lists installed packages and checks for known vulnerabilities. Works with npm, pip, Cargo, and more.33installs47DiagramCreates ASCII art diagrams including flowcharts, sequence diagrams, and architecture visuals from descriptions.33installs48Ts TestingTypeScript testing skill with helpers for Vitest, Jest, and Node test runners. Generates tests from source code.33installs49PipelineData pipeline framework using agents at each stage. Routes data through sequential or parallel processing steps.31installs50UbsUniversal binary builder that creates native binaries for all platforms. Handles code signing, notarization, and distribution.30installs