Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

claude

claude contiene 48 skills recopiladas de johnlindquist, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
48
Stars
24
actualizado
2025-12-19
Forks
6
Cobertura ocupacional
13 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

cass
Desarrolladores de software

Always search before starting any work across all coding agent session histories (Claude Code, Codex, Cursor, Gemini CLI, Aider, ChatGPT) to find whatever we've discussed before.

2025-12-19
council-of-five
Desarrolladores de softwareGerentes de publicidad y promociones

Spawn 5 Opus subagents with randomly-generated distinct personas to debate a problem from multiple angles. Use when exploring UX decisions, architecture choices, or any decision that benefits from diverse perspectives arguing creatively.

2025-12-19
karabiner
Desarrolladores de software

Configure Karabiner-Elements keyboard remapping using Goku EDN syntax. Use when creating keybindings, layers, simlayers, app-specific shortcuts, or modifying karabiner.edn.

2025-12-19
packx
Programadores informáticos

Bundle code context for AI. ALWAYS use --limit 49k unless user explicitly requests otherwise. Use for creating shareable code bundles and preparing context for LLMs.

2025-12-19
raycast-extension
Desarrolladores de software

Build Raycast extensions with React and TypeScript. Use when the user asks to create a Raycast extension, command, or tool.

2025-12-19
skill-creator
Desarrolladores de software

Create new Agent Skills for Claude Code. Use when user wants to create a skill, add a new capability, document a CLI workflow, or asks how skills work.

2025-12-19
workflow-devkit
Desarrolladores de software

Build durable, resumable TypeScript workflows with Vercel Workflow DevKit. Use when creating long-running processes, AI agents, background jobs, multi-step pipelines, webhooks, or event-driven systems. Triggers on "workflow", "durable", "resumable", "use workflow", "use step".

2025-12-19
beads
Desarrolladores de software

Track tasks and issues using the bd CLI. Use for task management, sprint planning, dependency tracking, and project organization. Replaces TodoWrite.

2025-12-12
cass-memory
Desarrolladores de software

Contextual learning system that remembers patterns and rules from past sessions. Use to get relevant context before tasks, record outcomes, and build a personal playbook of coding patterns.

2025-12-12
figma
Diseñadores gráficos

Extract design data from Figma files. Use for getting design tokens, component specs, and generating code from Figma designs.

2025-12-12
lessons
Desarrolladores de software

Capture and review lessons learned from coding sessions. Use to record insights, read past lessons, and improve over time.

2025-12-12
linear
Desarrolladores de softwareSupervisores de primera línea de trabajadores de oficina y soporte administrativo

Manage Linear issues and workflows. Use for viewing, creating, and updating Linear issues, and integrating with development workflow.

2025-12-12
memory
Desarrolladores de software

Persistent knowledge storage using basic-memory CLI. Use to save notes, search memories semantically, and build context for topics across sessions.

2025-12-12
ubs
Analistas de garantía de calidad de software y probadores

Ultimate Bug Scanner - scan code for bugs across 7 languages (JS/TS, Python, Go, Rust, Java, C++, Ruby). Use before commits to catch null safety issues, security holes, async bugs, and memory leaks.

2025-12-12
debug
Especialistas en soporte de usuario de computadoras

Unified debugging workflow enforcing root cause protocol. Investigate → Understand → Reason → Fix. Use when debugging bugs, errors, or unexpected behavior.

2025-12-12
agent-mail
Desarrolladores de software

Inter-agent communication for multi-agent workflows. Use when multiple agents need to coordinate, share information, or reserve resources.

2025-12-12
article
Redactores técnicos

Generate technical articles and documentation using AI. Use for writing blog posts, documentation, and technical content.

2025-12-12
brainstorm
Desarrolladores de software

Generate ideas and explore possibilities with AI. Use for creative problem solving, generating alternatives, and expanding on concepts.

2025-12-12
bundle
Desarrolladores web

Bundle and share code as gists or markdown. Use to create shareable code bundles, extract imports, and create GitHub gists.

2025-12-12
changelog
Desarrolladores de software

Generate and manage changelogs from git history. Use for release notes, tracking breaking changes, and maintaining project history.

2025-12-12
chrome
Desarrolladores web

Browser automation using Puppeteer or Playwright. Use for web testing, screenshots, form filling, and automated browser interactions.

2025-12-12
council
Desarrolladores de softwareOtras ocupaciones informáticas

Query multiple AI agents in parallel for diverse perspectives. Use when you want multiple viewpoints on a question, to compare approaches, or to find consensus among AI models.

2025-12-12
db
Administradores de bases de datos

Database operations for SQLite, PostgreSQL, and MySQL. Use for queries, schema inspection, migrations, and AI-assisted query generation.

2025-12-12
deps
Desarrolladores de software

Manage dependencies with npm/yarn/pnpm. Use for auditing vulnerabilities, checking outdated packages, understanding dependency trees, and upgrading packages safely.

2025-12-12
design
Desarrolladores de software

Design system and token management. Use for managing design tokens, colors, typography, and maintaining design consistency.

2025-12-12
diff-preview
Desarrolladores de softwareOtras ocupaciones informáticas

Preview and analyze git diffs with AI explanations. Use to understand changes before committing, get impact analysis, and compare branches or commits.

2025-12-12
gemini
Desarrolladores de software

Use Gemini AI for research, analysis, summarization, web search, and complex reasoning. Use when you need AI-powered research, code analysis, content summarization, or web search with synthesis.

2025-12-12
investigate
Desarrolladores de software

Debug and investigate code issues using search and AI analysis. Use when stuck on bugs, tracing execution flow, or understanding complex code.

2025-12-12
long-agent
Desarrolladores de software

Manage long-running agent sessions. Use for tracking progress in extended tasks, maintaining context across long sessions, and managing multi-step workflows.

2025-12-12
mcp-spy
Otras ocupaciones informáticas

Debug MCP server communication. Use for troubleshooting MCP integrations, viewing traffic, and analyzing latency.

2025-12-12
perf
Desarrolladores de software

Performance profiling and optimization. Use for benchmarking code, analyzing performance, running Lighthouse audits, and finding hotspots.

2025-12-12
pipeline
Desarrolladores de software

Chain multiple operations together in pipelines. Use for multi-step workflows, combining research with analysis, and complex automated tasks.

2025-12-12
refactor
Desarrolladores de software

Code refactoring with AI assistance. Use for modernizing code, converting JavaScript to TypeScript, class to hooks conversions, and systematic renaming.

2025-12-12
repo
Desarrolladores de softwareOtras ocupaciones informáticas

Create repository context bundles and code maps. Use to share codebase context, generate documentation, and understand project structure.

2025-12-12
research
Desarrolladores de software

Comprehensive research combining web search and AI synthesis. Use for deep research on topics, comparing technologies, investigating libraries, and finding GitHub issues related to problems.

2025-12-12
spider
Desarrolladores web

Web crawling and scraping with analysis. Use for crawling websites, security scanning, and extracting information from web pages.

2025-12-12
stuck
Desarrolladores de software

Get unstuck when blocked on a problem. Use when you've tried multiple approaches without success, or when debugging has hit a wall.

2025-12-12
testgen
Analistas de garantía de calidad de software y probadores

Generate tests using AI and run test suites. Use for generating unit tests, running coverage reports, and mutation testing.

2025-12-12
think
Desarrolladores de softwareCientíficos en investigación informática y de información

Deep multi-framework reasoning using Gemini. Use for complex problem analysis, challenging ideas, and evaluating multiple options with structured thinking.

2025-12-12
tmux
Administradores de redes y sistemas informáticos

Manage tmux sessions for background processes. Use to run long-running commands, manage multiple terminals, and capture output from background processes.

2025-12-12
Mostrando las 40 principales de 48 skills recopiladas en este repositorio.