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

Dek1Skills

Dek1Skills contiene 30 skills recopiladas de JonusNattapong, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
30
Stars
0
actualizado
2026-05-21
Forks
0
Cobertura ocupacional
5 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

agent-tool-safety
Desarrolladores de software

Control shell, filesystem, MCP, browser, external APIs, and risky tools. Enforce read-only-before-write, least-privilege, and verification discipline. Trigger on /agent-tool-safety, or when using shell commands, file operations, MCP tools, browser automation, or external APIs.

2026-05-21
ai-coding-agent-review
Analistas de garantía de calidad de software y probadores

Final sanity check on AI-generated code before merging. Run the checklist to catch common failure modes. Trigger on /ai-coding-agent-review, or before finalizing any significant AI-generated change.

2026-05-21
api-design
Desarrolladores de software

Review API design — endpoints, types, contracts, error handling, versioning, and consistency. Trigger on /api-design, or when designing or reviewing API specifications.

2026-05-21
api-implementation
Desarrolladores de software

Implement backend API endpoints — routing, middleware, input validation, error handling, authentication, rate limiting, file upload. Trigger on /api-implementation, or when building endpoints, adding middleware, handling file uploads, or implementing API security.

2026-05-21
architecture-decision
Desarrolladores de software

Record architecture decisions as ADRs — compare options, document trade-offs, and track rationale. Trigger on /architecture-decision, or when choosing libraries, designing modules, splitting systems, or making significant technical decisions.

2026-05-21
ask-less-execution
Desarrolladores de software

Make the agent continue work without asking unnecessary questions. Enforce the ask-less policy from CLAUDE.md. Trigger on /ask-less-execution, or when the agent is asking too many clarifying questions instead of discovering answers.

2026-05-21
ci-cd-release
Desarrolladores de software

Manage CI/CD pipelines, GitHub Actions, build scripts, changelog, and release workflows. Trigger on /ci-cd-release, or when editing workflows, releasing, fixing CI failures, or creating changelogs.

2026-05-21
code-review
Analistas de garantía de calidad de software y probadores

Review a pull request or diff with a structured checklist — security, error handling, edge cases, test coverage, and code quality. Trigger on /code-review, or when asked to review a PR, diff, or merge request.

2026-05-21
compatibility-check
Analistas de garantía de calidad de software y probadores

Check cross-platform and cross-version compatibility — Windows/Linux/macOS, Node/Bun, ESM/CJS, path separators, shell commands. Trigger on /compatibility-check, or when writing cross-platform code, debugging platform-specific failures, or checking runtime compatibility.

2026-05-21
computer-use
Desarrolladores de software

Use Claude Code's computer control capabilities — browser automation, screenshots, UI interaction, and system automation. Trigger on /computer-use, or when automating browser tasks, UI testing, or visual verification.

2026-05-21
db-migration
Arquitectos de bases de datos

Database schema changes, migrations, seed data, rollback plans, and data safety. Trigger on /db-migration, or when changing schema, writing migrations, seeding data, or planning rollbacks.

2026-05-21
debug-root-cause
Desarrolladores de software

Force real debugging before fixing. Reproduce, trace the failing path, identify the first wrong state, explain root cause before editing. Trigger on /debug-root-cause, when a bug is reported, a test fails, or something is throwing/breaking.

2026-05-21
dependency-upgrade
Desarrolladores de software

Safe dependency upgrades — review changelogs, check breaking changes, update lockfile, verify compatibility. Trigger on /dependency-upgrade, or when upgrading packages, fixing vulnerabilities, or migrating library versions.

2026-05-21
hooks-automation
Desarrolladores de software

Create and manage Claude Code hooks — auto-trigger scripts on events like PreToolUse, PostToolUse, PreCommit, UserPromptSubmit, and more. Trigger on /hooks-automation, or when setting up automation workflows, pre-commit checks, tool guards, or session lifecycle hooks.

2026-05-21
incident-response
Desarrolladores de software

Handle active incidents — failing CI, production issues, runtime breakage, security alerts, agent failures. Stabilize first, diagnose second, fix third. Trigger on /incident-response, or when something is actively broken, CI is red, or emergency fixes are needed.

2026-05-21
mcp-integration
Desarrolladores de software

Use MCP (Model Context Protocol) servers to give Claude Code access to external tools, APIs, databases, and services. Trigger on /mcp-integration, or when setting up external tool connections.

2026-05-21
observability-debugging
Desarrolladores de software

Debug using logs, traces, metrics, and telemetry — runtime behavior analysis, structured logging, and production debugging. Trigger on /observability-debugging, or when debugging from logs, adding tracing, or investigating runtime behavior.

2026-05-21
perf-analysis
Desarrolladores de software

Identify performance bottlenecks — slow queries, N+1 problems, unnecessary work, memory issues, and optimization opportunities. Trigger on /perf-analysis, or when investigating slow code, high latency, or resource usage.

2026-05-21
post-mortem
Desarrolladores de software

Write the canonical engineering record of a fixed bug — root cause, mechanism, fix, validation, and how it slipped through. Trigger on /post-mortem, when asked for RCA/root cause analysis, or after a debug session lands a validated fix.

2026-05-21
refactor-plan
Desarrolladores de software

Plan and execute safe refactors — map dependencies, identify risks, break into steps, preserve behavior. Trigger on /refactor-plan, or when planning a refactor, restructuring, or migration.

2026-05-21
repo-onboarding
Desarrolladores de software

Quickly map an unfamiliar repository — entrypoints, stack, package manager, conventions, architecture. Trigger on /repo-onboarding, or when entering a new repository, reviewing an unfamiliar codebase, or needing a project summary.

2026-05-21
scrutinize-change
Analistas de garantía de calidad de software y probadores

Review a plan, diff, PR, or completed change with outsider skepticism. Check code paths, verify behavior, look for edge cases and test gaps. Trigger on /scrutinize-change, or when asked to review/audit/sanity-check changes.

2026-05-21
security-audit
Analistas de seguridad de la información

Scan code for security vulnerabilities — OWASP Top 10, credential leaks, injection attacks, path traversal, and insecure configurations. Trigger on /security-audit, or when reviewing code for security issues.

2026-05-21
settings-management
Desarrolladores de software

Configure Claude Code behavior via .claude/settings.json — hooks, MCP servers, custom commands, agents, and global options. Trigger on /settings-management, or when tuning Claude Code configuration.

2026-05-21
skill-creator
Desarrolladores de software

Create a new Claude Code skill — research from web, write SKILL.md, register in plugin.json, add to README.md, create experience log. Trigger on /skill-creator, or when asked to create a new skill.

2026-05-21
subagent-orchestrator
Desarrolladores de software

Delegate large work to subagents safely. Use for codebase mapping, bug tracing, security review, test gap analysis, performance review, and research. Trigger on /subagent-orchestrator, or when a task is too large for a single agent pass.

2026-05-21
test-strategy
Analistas de garantía de calidad de software y probadores

Analyze testing approach — what to test, how to test, coverage gaps, and test quality. Trigger on /test-strategy, or when planning tests, reviewing test gaps, or debugging flaky tests.

2026-05-21
ui-component
Desarrolladores de software

Design and review frontend UI components — props API, state management, loading/error/empty states, accessibility, performance. Trigger on /ui-component, or when building components, reviewing UI code, or debugging rendering issues.

2026-05-21
web-research
Desarrolladores de software

Search multiple websites for techniques, solutions, or best practices — read, compare, synthesize, then test/validate in the actual project before concluding. Trigger on /web-research, or when exploring solutions, researching approaches, learning new techniques, or validating ideas from the web.

2026-05-21
work-plan
Especialistas en gestión de proyectos

Break down complex tasks into actionable steps — define scope, identify dependencies, estimate effort, sequence work, and identify risks. Trigger on /work-plan, or when starting a complex task, planning a sprint, or breaking down ambiguous requirements.

2026-05-21