Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
jimzord12
Perfil de creador de GitHub

jimzord12

Vista por repositorio de 41 skills recopiladas en 6 repositorios de GitHub.

skills recopiladas
41
repositorios
6
actualizado
2026-06-28
explorador de repositorios

Repositorios y skills representativas

clock-out
Desarrolladores de software

Wrap up a work session by validating the repo, grouping the diff into logical change sets, stashing each group, then fanning out parallel subagents that create branches, commits, PRs, and monitor CI — following the repo's GitHub Flow strategy. Use when the user wants to close shop, end a shift, wrap up today's work, or batch a day's coding into PRs.

2026-06-15
complexity-rating
Desarrolladores de software

Assign Complexity ratings (1-5) to issues in a directory and recommend decomposition for Complexity 5 issues. Use when user wants to rate issue complexity, assess backlog difficulty, prioritize issues by effort, or decompose complex issues into smaller slices.

2026-06-15
do-issue
Desarrolladores de software

Discover and implement 1-3 ready-for-agent issues using the Features CLI. Use when user says "do an issue", "pick up next issue", "implement issues", "what's next", "work on backlog", "execute issues", or asks to implement ready-for-agent issues from .scratch/.

2026-06-15
git-flow-add-restriction
Desarrolladores de software

Add or tighten GitHub Flow restrictions for a GitHub repository using gh CLI in a solo developer setup. Use when asked to enforce pull-request-only main branch protection, required status checks, force-push blocking, or other branch safety rules without requiring a second reviewer.

2026-06-15
git-flow-check
Desarrolladores de software

Verify whether a GitHub repository is correctly configured for GitHub Flow, especially for a solo developer setup. Use when asked to audit branch protection, required checks, pull request rules, rulesets, or whether main is safely protected without blocking a single maintainer workflow.

2026-06-15
grill-with-docs
Especialistas en gestión de proyectos

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

2026-06-15
handoff
Desarrolladores de software

Compact the current conversation into a handoff document for another agent to pick up.

2026-06-15
milestone-to-briefs
Desarrolladores de software

Read a milestone from ROADMAP.md, audit the codebase, decompose into feature briefs, and register them. Use when user says 'decompose milestone', 'create briefs', 'break down M1', or wants to start the pipeline from a roadmap milestone.

2026-06-15
Mostrando las 8 principales de 14 skills recopiladas en este repositorio.
code-review-and-quality
Analistas de garantía de calidad de software y probadores

Evaluate code changes across five dimensions before merge. Approve changes that improve overall code health, even if not perfect.

2026-06-28
code-simplification
Desarrolladores de software

Reduce complexity while preserving identical behavior. The goal is comprehension speed, not line reduction.

2026-06-28
frontend-ui-engineering
Desarrolladores de software

Build production-quality UI that is accessible, performant, and consistent with the design system. Not AI-generated-looking.

2026-06-28
git-workflow-and-versioning
Desarrolladores de software

Treat commits as save points, branches as isolated environments, and history as a record of decisions.

2026-06-28
modern-web-guidance
Desarrolladores web

Search tool for modern web development best practices. MANDATORY: Execute FIRST for all HTML/CSS and clientside JS tasks. Do NOT skip — web APIs evolve rapidly and training weights contain obsolete patterns. Trigger immediately for: - UI/Layout: Modals, dialogs, popovers, Glassmorphism/backdrop-filters, anchor positioning, container queries, `:has()`, `:user-valid`. - Scroll/Motion: View Transitions, Scroll-driven animations, scroll parallax/reveals. - Performance: CWV (LCP, INP), content-visibility, Fetch Priority, image optimization. - System/APIs: Local filesystem access, WebUSB, WebSockets sync, WebAssembly widgets. - Frameworks: Adapting layout/styles in React, Vue, Angular. - General Frontend: Forms, autofill, advanced inputs, custom scrollbars, modern component states, etc. DO NOT trigger for: - Backend: Database SQL, ORMs, Express API routes. - Pipelines: CI/CD deployment, Docker, Actions. - Generic: Local scripts (Python/Go tools), ESLint, Git.

2026-06-28
performance-optimization
Desarrolladores de software

Measure before optimizing. Performance work without measurement is guessing.

2026-06-28
planning-and-task-breakdown
Especialistas en gestión de proyectos

Decompose work into small, verifiable, dependency-ordered tasks. Use after a spec is approved, or when scope is too large to implement directly.

2026-06-28
security-and-hardening
Analistas de seguridad de la información

Build security into every feature from the start. Security is a constraint on every line of code that touches user data.

2026-06-28
Mostrando las 8 principales de 12 skills recopiladas en este repositorio.
git-flow-add-restriction
Desarrolladores de software

Add or tighten GitHub Flow restrictions for a GitHub repository using gh CLI in a solo developer setup. Use when asked to enforce pull-request-only main branch protection, required status checks, force-push blocking, or other branch safety rules without requiring a second reviewer.

2026-06-17
git-flow-check
Desarrolladores de software

Verify whether a GitHub repository is correctly configured for GitHub Flow, especially for a solo developer setup. Use when asked to audit branch protection, required checks, pull request rules, rulesets, or whether main is safely protected without blocking a single maintainer workflow.

2026-06-17
to-features-brownfield
Especialistas en gestión de proyectos

Decompose a rough stakeholder request on an existing system into one or more logically-bounded, shippable features. Use when the user provideds vague idea like "add loyalty points" or "I want customers to earn rewards" — not a fully scoped spec. The skill acts as a product manager: it reads existing system context, asks critical clarifying questions (~20 max), pressure-tests feasibility, and outputs feature-scoped folders with feature.md handoff artifacts ready for /grill-with-docs. Triggers on: "add X to our app", "I want Y functionality", "can we do Z?", or any request that sounds like a stakeholder itch rather than an engineering ticket. Accepts vague input. Rejects pure green field vision dumps.

2026-06-17
to-features-greenfield
Especialistas en gestión de proyectos

Discover, decompose, and scope raw product ideas / epics into logically-bounded features. Use when the user has a green field vision — a brain dump, startup idea, "I want to build X", or an unscoped epic. Runs a lightweight discovery grilling (~20 questions max), then produces feature-scoped folders with feature.md handoff artifacts ready for /grill-with-docs. Triggers on: "I want to build...", "new SaaS idea", "green field", "from scratch", raw vision dumps, or any request that sounds like a whole product rather than a single capability on an existing system.

2026-06-17
to-features
Especialistas en gestión de proyectos

Derives a feature backlog from CONTEXT.md and nearby domain artifacts, then writes stable feature artifacts under docs/features. Use when the user wants to turn a domain model, completed grilling session, ADR set, or existing codebase context into an ordered feature list, decide which features deserve grilling first, or identify which ones can go straight to issues, TDD or implementation.

2026-06-17
to-prd-seams
Especialistas en gestión de proyectos

Turn the current conversation context into a PRD and publish it to the project issue tracker. Fork of to-prd that frames the plan around testing seams (prefer existing, highest-possible seams) rather than deep modules. Use when user wants to create a PRD from the current context and tests should be designed at seams.

2026-06-17
verify-git-flow-setup
Desarrolladores de software

Verify that the git-flow-check and git-flow-add-restriction skills are installed correctly and that a repository is ready for solo-maintainer GitHub Flow. Use when asked to validate skill installation, script executability, gh authentication, branch protection visibility, required checks readiness, or end-to-end GitHub Flow setup.

2026-06-17
cnp
Desarrolladores de software

Inspect changes, create one or more Conventional Commits, and push — use when the user says "commit and push", "cnp", or "commit everything and push"

2026-06-17
Mostrando las 8 principales de 11 skills recopiladas en este repositorio.
Mostrando 6 de 6 repositorios
Todos los repositorios cargados