am-i-a-tigerFor individual contributors who suspect they're carrying more organizational weight than their job title suggests. Analyzes your actual contribution patterns across git, Slack, and issue trackers to reveal if you're a "tiger" - one of those key people who…visibility-gap-finderFor anyone who suspects their most valuable contributions aren't showing up in the systems that matter. Helps identify where important work falls through the cracks - performance reviews, project metrics, team dashboards, or leadership awareness. Use when…map-auditFor leaders evaluating dashboards, metrics, or AI-generated reports to determine if they measure reality or generate confident-looking noise (Potemkin maps). Helps identify gaming potential, blind spots, and whether you should trust a metric more, less, or…tiger-team-identifierFor leaders who want to understand where real work happens in their organization - not the org chart, but the actual network of people who fix things when they break. Analyzes emergency patterns, escalation paths, and informal influence to map your tiger…tiger-dependency-mapFor PMs and team leads who need to understand which key people their roadmap secretly depends on. Maps single points of failure in delivery, cross-functional dependencies, and knowledge concentration risks. Use when planning projects, assessing delivery risk,…tiger-health-monitorFor PMs and team leads who need to monitor the health of their key contributors to prevent burnout, knowledge loss, and unexpected departures. Analyzes workload patterns, off-hours activity, on-call burden, and other stress signals. Use when you suspect…
explorador de repositórios
az9713 · Repositórios e skills representativas - Página 3
Visão por repositório de 405 skills coletadas em 106 repositórios do GitHub.
understandAnalyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationshipsua-chatAsk questions about a codebase using both the structural knowledge graph and the domain graph. Enhanced replacement for /understand-chat that includes business flow context.ua-embeddingsGenerate semantic embeddings for all knowledge graph nodes and save to .understand-anything/embeddings.json. Enables semantic search in the MCP server's search_nodes tool.ua-statusCheck whether the knowledge graph is current relative to the git HEAD. Run before querying the graph to avoid reasoning from stale data.understand-contextGenerate an architecture summary from the knowledge graph and inject it into CLAUDE.md, AGENTS.md, or .github/copilot-instructions.md so every agent session starts with codebase context
clawdefenderSecurity scanner and input sanitizer for AI agents. Detects prompt injection, command injection, SSRF, credential exfiltration, and path traversal attacks. Use when (1) installing new skills from ClawHub, (2) processing external input like emails, calendar…clawdefenderSecurity scanner and input sanitizer for AI agents. Detects prompt injection, command injection, SSRF, credential exfiltration, and path traversal attacks. Use when (1) installing new skills from ClawHub, (2) processing external input like emails, calendar…find-bugsFind bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.systematic-debuggingUse when encountering any bug, test failure, or unexpected behavior, before proposing fixesweatherGet current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.
encoding-firstGuides efficient learning by prioritizing encoding over retrieval. Use when discussing study strategies, flashcards, active recall, spaced repetition, Anki, or when user asks how to remember or study something.grinde-mapperCreates GRINDE-style mind maps for higher-order learning and deep encoding. Use when organizing concepts, creating study notes, mapping relationships between ideas, visualizing knowledge structures, or when user mentions mind maps, concept maps, or…layer-learningGuides learning through the 4 layers in proper sequence (Logic → Concepts → Important Details → Arbitrary Details). Use when studying complex topics, building understanding, or when user appears to be jumping to details prematurely without foundational…pacer-classifierClassifies information into PACER categories (Procedural, Analogous, Conceptual, Evidence, Reference) and recommends appropriate digestion protocols. Use when learning new material, studying, reading educational content, processing information for retention,…
project-workflowProject development workflow patterns including Plan-Build-Review-Fix cycle and feature development processes.code-reviewCode review checklist and best practices for thorough quality assessment.git-workflowGit workflow patterns for branching, commits, and pull requests following project conventions.testingTesting patterns, strategies, and best practices for comprehensive test coverage.
habit-auditAnalyze an existing routine, habit, or set of behaviors through the lens of behavioral science and identify what's working, what's creating friction, and what small changes would make habits stick better. Use this skill when someone describes their current…habit-designerGuide users through designing a new habit using the best behavioral science frameworks — Atomic Habits (James Clear), Tiny Habits (BJ Fogg), and Mini Habits (Stephen Guise). Use this skill whenever someone wants to build a new habit, create a routine, add a…skills-from-sourcesExtracts and creates Claude skills from source materials — PDFs, URLs, text files, audio transcripts, or video transcripts. Use this skill whenever the user provides documents, books, guides, articles, or links and wants to turn them into reusable skills.…wellness-micro-habitsHelp users improve their health and wellbeing through carefully chosen micro-habits — tiny, low-effort behaviors with compounding benefits. Use this skill when someone wants to improve their energy, sleep, stress, fitness, nutrition, mental health, or overall…
ask-cerebras-brainRecall from the user's personal knowledge base (the 'cerebras brain') — 632k rows of their own notes, docs, transcripts, code, and web captures over <projects>, served by the `kb` MCP server. Use whenever the user asks about THEIR OWN material: 'what did I…feed-cerebras-brainIngest new or changed material into the user's personal knowledge base (the 'cerebras brain'). Use when the user says 'add this to my brain', 'feed my brain', 'ingest this URL/folder', 'update the brain', or gives folder paths after adding/editing projects.…install-cerebras-brainInstall or repair the runtime for the user's personal knowledge base (the 'cerebras brain') on this machine: Python venv + deps, Docker Postgres+pgvector container, database schema, Ollama + embedding model, and the `kb` MCP server registration. Use for…start-cerebras-brainStart the cerebras brain's runtime dependencies (Docker, kb-postgres, Ollama) and report health. The everyday idempotent 'bring my brain up' action — use at the start of a session before ask-cerebras-brain / feed-cerebras-brain, when a kb tool call fails with…
auto-skill-generationConvert repeated session friction into a new project skill and write it under .claude/skills/.browser-verificationRun real browser click-through smoke checks and produce evidence before a task can be considered complete.scope-controlAdjust agent concurrency and task ambition using HEALTH_STATE.md, Oura/wearable signals, or the generated health policy file.signal-triageConvert Slack, Linear, GitHub, or Markdown inbound signals into a small set of agent-ready tasks without opening noisy applications manually.
speech-to-textTranscribe audio to text using ElevenLabs Scribe v2. Use when converting audio/video to text, generating subtitles, transcribing meetings, or processing spoken content.elevenlabs-transcribeTranscribe audio to text using ElevenLabs Scribe. Supports batch transcription, realtime streaming from URLs, microphone input, and local files.setup-api-keyGuides users through the process of setting up an ElevenLabs API key for use with ElevenLabs MCP tools. Use when the user needs to configure an ElevenLabs API key, when ElevenLabs tools fail due to missing API key, or when the user mentions needing access to…sound-effectsGenerate sound effects from text descriptions using ElevenLabs. Use when creating sound effects, generating audio textures, producing ambient sounds, cinematic impacts, UI sounds, or any audio that isn't speech. Supports looping, duration control, and prompt…
coding-workflowBest practices for coding, debugging, and refactoring. Use when reviewing code, debugging issues, refactoring, or establishing coding patterns.infrastructure-debuggingTroubleshooting dependencies, installations, environment issues, and platform-specific problems. Use when facing npm/pip/package errors, installation failures, environment setup issues, or platform compatibility problems.retrospectiveCaptures learnings from the current session and updates skill files. Use when ending a session, after solving problems, debugging issues, or when the user says "retrospective", "capture learnings", or "what did we learn".
api-reference-writerCreates and rewrites Flue API reference documentation from package-visible TypeScript exports and audited source-adjacent JSDoc. Use when authoring concise reference pages under apps/docs/src/content/docs/api/ or reference pages such as…documentation-writerFlue documentation editor. Use when reorganizing, rewriting, reviewing, or approving docs pages and navigation; turns rough or AI-generated documentation into scoped, accurate, human-editorialized content through a collaborative outline-and-draft workflow…releaseRelease public npm packages from this repository. Use ONLY when the user explicitly asks to release and supplies patch, minor, major, or an explicit version number.
channel-connected-artifactsUse when an interactive artifact needs to communicate directly with Claude Code — sending pinned comments automatically, triggering MCP queries, or updating the UI without manual copy-paste. Triggers include "artifact talks to Claude", "live data in HTML",…interactive-bun-artifactsUse when a static HTML artifact is not enough for iterative feedback — you need to annotate elements in-place, hot-reload changes, capture structured comments, or build an interactive concept explorer. Triggers include: "make it interactive", "I want to click…static-html-artifactsUse when you need to explore design variations, preview content layouts, compare alternatives visually, or explain a concept through a rendered artifact rather than prose. Triggers include: "show me variations", "what would this look like", "generate…