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

agentic

agentic contiene 61 skills recopiladas de JohannWilfridCalixte, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
61
Stars
4
actualizado
2026-05-05
Forks
1
Cobertura ocupacional
6 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

agentic-skill-product-manager
Especialistas en gestión de proyectos

Use when producing product artifacts - epics, user stories, acceptance criteria, or analytics specs.

2026-05-05
agentic-skill-product-vision
Especialistas en gestión de proyectos

Use when defining product direction, vision document sections, or roadmap. Triggers on strategic product planning, vision creation, or vision document quality review.

2026-05-05
agentic-skill-refactoring-ui
Diseñadores de interfaces web y digitales

Use when designing UI, choosing colors, typography, spacing, creating visual hierarchy, or making design decisions. Based on Refactoring UI by Wathan & Schoger.

2026-05-05
agentic-workflow-ask-codebase
Desarrolladores de software

Use when someone needs a plain-language explanation of how an existing feature or edge case behaves in the codebase. Triggers - non-technical stakeholder asks how something works, need code-informed functional explanation, need to understand rules or edge cases without implementation planning.

2026-05-05
agentic-workflow-auto-implement
Desarrolladores de software

Use when a developer wants to go from rough idea to working code autonomously. Triggers - imperfect prompt, solo dev wants full pipeline, "just build it", idea to implementation without manual steps.

2026-05-05
agentic-workflow-create-workflow
Desarrolladores de software

Use when creating a new agentic workflow skill. Triggers - need new multi-step orchestrated process, want to add workflow to agentic framework, building spec-driven pipeline.

2026-05-05
agentic-workflow-frontend-development
Desarrolladores web

Use when building frontend features from idea to implementation. Triggers on new UI components, pages, or features needing design and code.

2026-05-05
agentic-workflow-product-vision
Especialistas en gestión de proyectos

Use when creating a comprehensive product vision document from a rough idea. Triggers - new product initiative, strategic planning, need rich vision before specs, product direction definition.

2026-05-05
create-workflow
Desarrolladores de software

Use when creating a new agentic workflow skill. Triggers - need new multi-step orchestrated process, want to add workflow to agentic framework, building spec-driven pipeline.

2026-05-05
agentic-skill-clean-architecture
Desarrolladores de software

Use when code has mixed concerns, infrastructure dependencies in business logic, or untestable domain rules. Triggers on service design or refactoring requiring decoupled business logic.

2026-04-16
agentic-skill-code
Desarrolladores de software

Use when implementing code according to a technical plan. After planning, during development.

2026-04-16
agentic-skill-code-testing
Analistas de garantía de calidad de software y probadores

Use when writing tests, reviewing test quality, debugging flaky tests, or deciding what/how to test.

2026-04-16
agentic-skill-frontend-design
Desarrolladores web

Use when building web components, pages, or applications requiring high design quality. Triggers on UI implementation, component creation, or polished interface needs.

2026-04-16
agentic-skill-gather-technical-context
Desarrolladores de software

Use when extracting technical context from codebase and vision docs before planning implementation.

2026-04-16
agentic-skill-skill-injection-protocol
Desarrolladores de software

Use when resolving language-specific skills for a workflow. Triggers on multi-language projects or when language-specific conventions are needed before implementation.

2026-04-16
agentic-skill-technical-planning
Desarrolladores de software

Use when producing implementable technical plans with task breakdown and verification matrix. After context gathering, before implementation.

2026-04-16
agentic-skill-typescript-engineer
Desarrolladores de software

Use when writing TypeScript code - covers types, error handling, style, and patterns

2026-04-16
agentic-skill-ux-patterns
Desarrolladores web

Use when implementing forms, inputs, modals, loading states, or user feedback patterns.

2026-04-16
agentic-workflow-debug
Analistas de garantía de calidad de software y probadores

Use when debugging bug reports, CI failures, test failures, runtime errors, or flaky tests. Takes error logs, stack traces, or issue descriptions and systematically investigates to a verified fix. Evidence-based, no guessing.

2026-04-16
agentic-workflow-implement
Desarrolladores de software

Use when implementing from a technical plan (from agentic:technical-planning or planning mode). Triggers - "implement this plan", "implement technical plan", technical plan file provided.

2026-04-16
agentic-workflow-pr-review
Analistas de garantía de calidad de software y probadores

Use when reviewing a pull request for code quality, test coverage, and security. Triggers - "review PR", "review pull request", PR number or link provided, code review request.

2026-04-16
agentic-workflow-technical-planning
Desarrolladores de software

Use when transforming product specs, epics, stories, or PRDs into detailed technical plans. Triggers - need technical plan from spec, want architecture decisions before implementation, need to resolve all technical open questions before coding.

2026-04-16
implement
Desarrolladores de software

Use when implementing from a technical plan (from agentic:technical-planning or planning mode). Triggers - "implement this plan", "implement technical plan", technical plan file provided.

2026-04-08
skill-injection-protocol
Desarrolladores de software

Use when resolving language-specific skills for a workflow. Triggers on multi-language projects or when language-specific conventions are needed before implementation.

2026-04-08
typescript-engineer
Desarrolladores de software

Use when writing TypeScript code - covers types, error handling, style, and patterns

2026-04-08
pr-review
Analistas de garantía de calidad de software y probadores

Use when reviewing a pull request for code quality, test coverage, and security. Triggers - "review PR", "review pull request", PR number or link provided, code review request.

2026-04-03
python-engineer
Desarrolladores de software

Use when writing Python code - covers typing, error handling, style, imports, and patterns

2026-03-10
auto-implement
Desarrolladores de software

Use when a developer wants to go from rough idea to working code autonomously. Triggers - imperfect prompt, solo dev wants full pipeline, "just build it", idea to implementation without manual steps.

2026-03-10
technical-planning
Desarrolladores de software

Use when producing implementable technical plans with task breakdown and verification matrix. After context gathering, before implementation.

2026-03-08
debug
Analistas de garantía de calidad de software y probadores

Use when debugging bug reports, CI failures, test failures, runtime errors, or flaky tests. Takes error logs, stack traces, or issue descriptions and systematically investigates to a verified fix. Evidence-based, no guessing.

2026-03-08
technical-planning
Desarrolladores de software

Use when transforming product specs, epics, stories, or PRDs into detailed technical plans. Triggers - need technical plan from spec, want architecture decisions before implementation, need to resolve all technical open questions before coding.

2026-03-08
product-vision
Especialistas en gestión de proyectos

Use when defining product direction, vision document sections, or roadmap. Triggers on strategic product planning, vision creation, or vision document quality review.

2026-03-08
product-vision
Especialistas en gestión de proyectos

Use when creating a comprehensive product vision document from a rough idea. Triggers - new product initiative, strategic planning, need rich vision before specs, product direction definition.

2026-03-08
clean-architecture
Desarrolladores de software

Use when code has mixed concerns, infrastructure dependencies in business logic, or untestable domain rules. Triggers on service design or refactoring requiring decoupled business logic.

2026-03-08
code
Desarrolladores de software

Use when implementing code according to a technical plan. After planning, during development.

2026-03-08
code-testing
Analistas de garantía de calidad de software y probadores

Use when writing tests, reviewing test quality, debugging flaky tests, or deciding what/how to test.

2026-03-08
frontend-design
Desarrolladores de software

Use when building web components, pages, or applications requiring high design quality. Triggers on UI implementation, component creation, or polished interface needs.

2026-03-08
gather-technical-context
Desarrolladores de software

Use when extracting technical context from codebase and vision docs before planning implementation.

2026-03-08
product-manager
Especialistas en gestión de proyectos

Use when producing product artifacts - epics, user stories, acceptance criteria, or analytics specs.

2026-03-08
security-context
Analistas de seguridad de la información

Use when adding security, privacy, or compliance constraints to technical artifacts. Before or after technical planning.

2026-03-08
Mostrando las 40 principales de 61 skills recopiladas en este repositorio.