Skip to main content

tansuasici/claude-code-kit

SkillsMP a collecté 40 skills depuis tansuasici/claude-code-kit. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
40
Étoiles GitHub
3
Forks GitHub
0

Affichage de 40 skills collectés sur 40.

métier
Analystes en assurance qualité des logiciels et testeurs
description

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).

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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 —…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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).

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

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.

Langue du texte source : anglais

mis à jour
métier
Rédacteurs techniques
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Secrétaires de direction et assistants administratifs
description

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

Langue du texte source : anglais

mis à jour
métier
Préposés aux dossiers
description

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

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 40.