Skip to main content

tansuasici/claude-code-kit

SkillsMP ha recopilado 40 skills de tansuasici/claude-code-kit. Abre una skill para revisar su origen y sus detalles.

Última actividad de origen registrada
Catálogo de SkillsMP actualizado
skills recopiladas
40
Estrellas en GitHub
3
Forks en GitHub
0

Mostrando 40 de 40 skills recopiladas.

ocupación
Analistas de garantía de calidad de software y probadores
descripción

Run multiple audits in parallel over a PR-scope diff, dedupe across auditors, and produce a confidence-gated report. Use to review a change or PR before merge. Distinct from /project-health-report (whole-project, breadth-first).

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Review codebase architecture for SOLID violations, dependency health, module boundaries, and structural issues. Use when assessing whole-system structure or coupling. For single-module depth use /deepening-review; for a concrete refactor plan use…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Identify performance bottlenecks — rendering, startup, memory, and I/O — across any stack. Use when the app is slow, before perf-sensitive releases, or when the user mentions latency, jank, or memory growth.

Idioma del texto original: inglés

actualizado
ocupación
Analistas de seguridad de la información
descripción

Audit the project's configured MCP servers against the trust allowlist (.claude/mcp-allowlist.txt) that .claude/hooks/mcp-gate.sh enforces. Lists each configured server, flags servers that are NOT allowlisted (so their tool calls would be blocked or, if the…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Aggregate recent session scorecards from reports/session-audit.log into per-session and windowed summaries — pure numbers, fed by the SessionEnd hook. Use to see quantitative session trends. For narrative reflection use /retro instead.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Full deployment pipeline — tests, coverage audit, CHANGELOG generation, bisectable commits, and PR creation. Use when a change is verified and ready to ship as a pull request.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Render the per-task verification ledger (.hook-state/verification-ledger.json) — which gates ran and their outcomes — and record the manual checks CLAUDE.md mandates but a hook can't capture: the smoke-test result and silent-failure counts. Use before /ship…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Summarize what the kit makes available in this project — user-invocable skills, review agents, active hooks, and enabled modules — as a one-shot onboarding briefing read live from disk. Use when you start in a kit-enabled project or ask "what's available here…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Extract clean, readable markdown from a web page with the Defuddle CLI — strips nav, ads, and boilerplate to cut tokens versus WebFetch. Use when given a URL to read or analyze (docs, articles, blogs, changelogs, RFCs). Do NOT use for .md or JSON/API URLs —…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

Audit UI code for WCAG 2.1 AA compliance — semantics, keyboard navigation, color contrast, and ARIA. Use when auditing accessibility or the user mentions a11y, screen readers, WCAG, or keyboard support. For visual/design quality use /design-review instead.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Audit code for smells, error-handling gaps, and maintainability issues with actionable fixes. Use for a general code-quality pass not tied to project rules. To audit against the project's golden-principles.yaml use /quality-audit instead.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Author or extend the project's golden-principles.yaml — interactively for new repos, or by inferring and confirming candidates from existing code. Use when defining project coding principles or quality gates. Pairs with /quality-audit, which reads the file.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Detect unused code — unreferenced functions, dead imports, orphan files, and unreachable branches. Use when hunting dead code before a cleanup or release, or when the user suspects code is unused.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Systematic root-cause debugging with evidence-before-fix enforcement and regression-test generation. Use when chasing a bug, failing test, error, crash, or unexpected behavior — before attempting a fix.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Surface shallow, pass-through modules as deepening candidates, then grill the chosen one interactively (Ousterhout depth/seam paradigm). Use when modules feel thin, fragmented, or hard to navigate. For whole-system structure use /architecture-review.

Idioma del texto original: inglés

actualizado
ocupación
Analistas de seguridad de la información
descripción

Audit dependencies for security vulnerabilities, outdated versions, license risks, and bloat. Use when reviewing third-party packages, before a release, or when the user asks about CVEs, updates, or supply-chain risk.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Review UI implementation for design consistency, visual quality, AI-slop detection, and responsive behavior. Use when evaluating how a built UI looks and feels. For accessibility use /accessibility-audit; to build new components use /ui-component-builder.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Cross-check docs/ against current code — flag stale file paths, broken cross-references, removed APIs, and outdated examples. Use when docs may have drifted after code changes. For doc completeness and quality use /documentation-audit instead.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Audit documentation quality — inline comments, API docs, README completeness, and doc-code sync. Use when assessing whether docs are good and complete. To catch docs that have gone stale versus the code use /doc-gardening instead.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

End-to-end orchestrator chaining spec → plan → implement → verify → review → ship from a local spec — the whole CLAUDE.md lifecycle as one command. Use to drive a complete feature from a ready spec. To validate what to build first use /office-hours.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Scaffold a docs/ harness (ARCHITECTURE, DESIGN, PLANS, QUALITY_SCORE, RELIABILITY plus design-docs/, exec-plans/, references/). Idempotent — never overwrites. Use once when adopting the harness pattern in a repo lacking docs/ structure.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Design It Twice — spawn 3-4 parallel sub-agents producing radically different interfaces for a module, then compare on depth, locality, and seam placement. Use before committing to a new interface or public API.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Periodic maintenance of tasks/lessons/ — decide keep/update/promote/encode/archive per lesson by relevance, recency, and prior encoding. Use to prune lesson rot. To recall dormant lessons for the current task use /lesson-resurface instead.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Surface archived or superseded lessons whose topic tags match the current task — returns pointers (paths only), never bodies. Use when a task touches an area past sessions may have covered, to recover dormant context without bloating boot.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Append a timestamped mid-session note to the session journal — finding/decision/summary tags for across-compaction memory. Use when you discover something the session must remember past /compact. Folded to the handoff at session end.

Idioma del texto original: inglés

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

Pre-coding product validation using forcing functions — clarify what to build and why before any code. Use at the start of a feature when scope or value is fuzzy. To turn a validated idea into a spec use /shape-spec; to run the build use /feature-cycle.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Comprehensive whole-project health report across code quality, architecture, testing, dependencies, and documentation. Use for a breadth-first snapshot of the entire repo. For PR-scope diffs use /review-pipeline; for one dimension use the specific /*-audit.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Time-windowed pulse report on what shipped, broke, was learned, and is open — saved to tasks/pulses/ as a timeline. Use to summarize a recent period of work. Distinct from /retro (process) and /project-health-report (whole-project code health).

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

Audit the codebase against the project's golden-principles.yaml — runs deterministic detection rules and updates docs/QUALITY_SCORE.md. Use to enforce project-specific principles. For a generic smell pass with no rules file use /code-quality-audit.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Fowler-based refactoring recommendations with specific techniques, risk assessment, and step-by-step plans. Use when code needs restructuring and you want a safe execution plan. To first locate structural issues use /architecture-review.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Sync llms.txt-style dependency reference docs into docs/references/ so the agent has library docs in-context — scans package manifests and fetches known vendor references. Use when working with a third-party library whose docs aren't yet local.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Weekly retrospective with session analytics, LOC metrics, pattern detection, and persistent history. Use to reflect on how work went over a week. For what shipped/broke as a timeline use /pulse; for raw session numbers use /scorecard.

Idioma del texto original: inglés

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

Create a timestamped feature-spec folder with structured plan, decisions, and references for multi-session features. Use to capture a spec before building something non-trivial. To validate the idea first use /office-hours; to execute it use /feature-cycle.

Idioma del texto original: inglés

actualizado
ocupación
Redactores técnicos
descripción

Extract non-obvious knowledge discovered during a session into a reusable SKILL.md. Use right after learning something hard-won — a framework quirk, a verified fix. To generate skills proactively from stack analysis use /skill-generator instead.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Generate project-specific coding skills by analyzing tech stack, architecture, and constraints. Use when bootstrapping skills for a new project. To capture a single insight discovered mid-session use /skill-extractor instead.

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

Audit the test suite for coverage gaps, test quality, flaky tests, and strategy alignment. Use when assessing test health before a release, or when tests feel weak, slow, or flaky.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Build production-ready UI components with accessibility, loading/empty/error states, responsive behavior, and reusable props — not retrofitted polish. Use when creating a new component. To review an existing UI use /design-review instead.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Ingest a new source into the knowledge wiki — read, summarize, cross-reference, and update index

Idioma del texto original: inglés

actualizado
ocupación
Secretarios ejecutivos y asistentes administrativos de dirección
descripción

Morning briefing from the knowledge wiki — recent activity, new sources, open actions, and key updates

Idioma del texto original: inglés

actualizado
ocupación
Empleados de archivos
descripción

Health-check the knowledge wiki — find contradictions, orphans, missing pages, and stale content

Idioma del texto original: inglés

actualizado
Mostrando 40 de 40 skills recopiladas.