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

framework

framework contiene 50 skills recopiladas de jasonmichaelbell78-creator, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
50
Stars
0
actualizado
2026-03-02
Forks
0
Cobertura ocupacional
12 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

audit-ai-optimization
Desarrolladores de software

Run a single-session AI optimization audit on the codebase

2026-03-02
audit-code
Analistas de garantía de calidad de software y probadores

Run a single-session code review audit on the codebase

2026-03-02
audit-engineering-productivity
Gerentes de sistemas informáticos y de información

Run a single-session engineering productivity audit on the codebase

2026-03-02
audit-enhancements
Desarrolladores de software

Run a comprehensive enhancement audit across the entire project - code, product, UX, content, workflows, infrastructure, external services, and meta-tooling.

2026-03-02
audit-performance
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadores

Run a single-session performance audit on the codebase

2026-03-02
audit-process
Desarrolladores de software

Run a comprehensive multi-stage automation audit with parallel agents

2026-03-02
audit-refactoring
Desarrolladores de software

Run a single-session refactoring audit on the codebase

2026-03-02
audit-security
Analistas de seguridad de la información

Run a single-session security audit on the codebase

2026-03-02
skill-creator
Desarrolladores de software

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

2026-03-02
deep-plan
Especialistas en gestión de proyectos

Structured discovery-first planning for complex tasks. Ask exhaustive categorized questions, build a standalone decision record, then produce a detailed implementation plan with audit checkpoints for user approval before any code is written.

2026-03-02
add-debt
Desarrolladores de software

Add technical debt items to MASTER_DEBT.jsonl. Supports two workflows: PR-context deferred debt (with PR number) and manual ad-hoc debt discovery. Automatically detects which workflow to use based on whether a PR number is provided.

2026-03-01
alerts
Administradores de redes y sistemas informáticos

Intelligent health dashboard with scoring, benchmarks, trends, and interactive alert-by-alert workflow. Triggers: "alerts", "check alerts", "what needs attention", "system health", "show warnings", "pending issues". Default mode (--limited) checks 16 categories. Use --full for comprehensive reporting with all 36 categories.

2026-03-01
audit-aggregator
Contadores y auditores

Aggregate and deduplicate findings from multiple audit reports

2026-03-01
audit-comprehensive
Analistas de garantía de calidad de software y probadores

Run all 9 domain audits in staged waves and aggregate results

2026-03-01
audit-documentation
Redactores técnicos

Run a multi-stage parallel documentation audit with 18 specialized agents

2026-03-01
audit-health
Desarrolladores de software

Meta-check for audit system health — runs diagnostics on domain audits and ecosystem audits, suggests next audits

2026-03-01
checkpoint
Desarrolladores de software

Save session state for recovery after compaction or failures. Default: save to local files (.claude/state/). With --mcp: also save to MCP memory for cross-session persistence.

2026-03-01
code-reviewer
Analistas de garantía de calidad de software y probadores

Ad-hoc code review skill. Includes automated code analysis, best practice checking, security scanning, and review checklist generation. Use when reviewing changes, providing code feedback, identifying issues, or ensuring code quality standards.

2026-03-01
comprehensive-ecosystem-audit
Desarrolladores de software

Orchestrates all 7 ecosystem audits in staged waves with 4-concurrent-agent limit, aggregates results into a unified health report with cross-audit insights, domain heat maps, and priority-ranked findings.

2026-03-01
content-research-writer
Escritores y autores

Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.

2026-03-01
create-audit
Desarrolladores de software

Interactive wizard to scaffold a new audit type with skill, template, and directory

2026-03-01
doc-ecosystem-audit
Empleados de archivos

Comprehensive diagnostic of the documentation ecosystem — 16 categories across 5 domains with composite health scoring, trend tracking, patch suggestions, and interactive finding-by-finding walkthrough. Covers index sync, link integrity, content quality, generation pipelines, and documentation coverage.

2026-03-01
doc-optimizer
Desarrolladores de software

Scan all docs, auto-fix formatting/headers/links, report issues as JSONL, and generate enhancement recommendations

2026-03-01
docs-maintain
Desarrolladores de software

Check documentation sync and auto-update doc artifacts. Combines sync checking (template-instance validation) with update automation (index regeneration, cross-doc dependencies, archive verification).

2026-03-01
find-skills
Desarrolladores de software

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

2026-03-01
frontend-design
Diseñadores de interfaces web y digitales

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

2026-03-01
gh-fix-ci
Desarrolladores de software

Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.

2026-03-01
hook-ecosystem-audit
Desarrolladores de software

Comprehensive diagnostic of the Claude hooks ecosystem — 19 categories across 6 domains with composite health scoring, trend tracking, patch suggestions, and interactive finding-by-finding walkthrough. Covers hook configuration, code quality, pre-commit pipeline, functional correctness, state integration, and CI/CD pipeline health.

2026-03-01
mcp-builder
Desarrolladores de software

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

2026-03-01
multi-ai-audit
Analistas de garantía de calidad de software y probadores

Interactive orchestrator for multi-AI consensus audits with any-format input support

2026-03-01
pr-ecosystem-audit
Gerentes de sistemas informáticos y de información

Comprehensive diagnostic of the PR review ecosystem — 18 categories across 5 domains with composite health scoring, trend tracking, patch suggestions, and interactive finding-by-finding walkthrough. Triggers: "pr ecosystem audit", "audit pr ecosystem", "review health", "ecosystem health".

2026-03-01
pr-retro
Analistas de garantía de calidad de software y probadores

PR Review Retrospective -- actionable analysis of a PR's review cycle

2026-03-01
pr-review
Analistas de garantía de calidad de software y probadores

PR Code Review Processor

2026-03-01
pre-commit-fixer
Desarrolladores de software

Automatically fix pre-commit hook failures and retry the commit. Use when a git commit fails due to ESLint errors, pattern compliance violations, missing document headers, cross-document dependency issues, or documentation index staleness. Spawns a targeted subagent to fix each category of failure, then re-stages and re-commits. Reduces context waste from manual fix-commit-retry cycles.

2026-03-01
script-ecosystem-audit
Analistas de garantía de calidad de software y probadores

Comprehensive diagnostic of the script infrastructure — 18 categories across 5 domains with composite health scoring, trend tracking, patch suggestions, and interactive finding-by-finding walkthrough. Covers scripts for module consistency, safety patterns, reachability, code quality, and testing.

2026-03-01
session-begin
Desarrolladores de software

Complete verification steps before starting any work session

2026-03-01
session-ecosystem-audit
Desarrolladores de software

Comprehensive diagnostic of the Session Ecosystem — 16 categories across 5 domains with composite health scoring, trend tracking, patch suggestions, and interactive finding-by-finding walkthrough. Covers session lifecycle hooks, state persistence, compaction resilience layers, cross-session safety, and integration configuration.

2026-03-01
session-end
Desarrolladores de software

Complete verification steps before ending the session

2026-03-01
skill-audit
Desarrolladores de software

Interactive behavioral quality audit for individual skills. This skill should be used when evaluating a skill against 10 quality categories to identify gaps, improve attention management, and produce actionable decisions. Produces a decision record and updated skill files.

2026-03-01
skill-ecosystem-audit
Desarrolladores de software

Comprehensive diagnostic of the skill ecosystem — 21 categories across 5 domains with composite health scoring, trend tracking, patch suggestions, and interactive finding-by-finding walkthrough. Covers all skills, cross-references, bloat detection, and agent orchestration health.

2026-03-01
Mostrando las 40 principales de 50 skills recopiladas en este repositorio.