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

outfitter-dev

Vista por repositorio de 185 skills recopiladas en 11 repositorios de GitHub.

skills recopiladas
185
repositorios
11
actualizado
2026-06-25
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

#01
outfitter
67 skills · 2026-03-24
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresEspecialistas en gestión de proyectosAnalistas de investigación de mercados y especialistas en marketingRedactores técnicosAdministradores de redes y sistemas informáticos
8 categorías ocupacionales · 100% clasificado
36%participación
#02
agents
56 skills · 2026-02-06
Desarrolladores de softwareAnalistas de sistemas informáticosAnalistas de garantía de calidad de software y probadoresAnalistas de investigación de mercados y especialistas en marketingOtras ocupaciones informáticasAdministradores de redes y sistemas informáticos
14 categorías ocupacionales · 100% clasificado
30%participación
#03
trails
30 skills · 2026-06-25
Desarrolladores de softwareRedactores técnicosAnalistas de garantía de calidad de software y probadoresArquitectos de bases de datos
4 categorías ocupacionales · 97% clasificado
16%participación
#04
agents-internal
8 skills · 2026-01-26
Desarrolladores de softwareEscritores y autoresEditores
3 categorías ocupacionales · 100% clasificado
4.3%participación
#05
skillset
7 skills · 2026-06-23
Desarrolladores de softwareEspecialistas en gestión de proyectosAnalistas de garantía de calidad de software y probadores
3 categorías ocupacionales · 100% clasificado
3.8%participación
#06
navigator
5 skills · 2026-01-28
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadores
2 categorías ocupacionales · 100% clasificado
2.7%participación
#07
waymark
4 skills · 2026-02-22
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadores
2 categorías ocupacionales · 100% clasificado
2.2%participación
#08
firewatch
3 skills · 2026-02-08
Administradores de redes y sistemas informáticosAnalistas de garantía de calidad de software y probadoresAnalistas de seguridad de la información
3 categorías ocupacionales · 100% clasificado
1.6%participación
Aquí se muestran los 8 repositorios principales; la lista completa continúa abajo.
explorador de repositorios

Repositorios y skills representativas

outfitter-daemon
Desarrolladores de software

Patterns for @outfitter/daemon including lifecycle management, IPC communication, health checks, and PID files. Use when building background services, daemons, or when "daemon", "IPC", "health check", "background service", or "@outfitter/daemon" are mentioned.

2026-03-24
scaffold
Desarrolladores de software

Creates handlers, CLI commands, MCP tools, and daemon services following Outfitter Dev Kit conventions. Use when adding new components to a project, scaffolding code, or when "create handler", "new command", "add tool", or "daemon service" are mentioned.

2026-03-24
outfitter-mcp
Desarrolladores de software

Deep patterns for @outfitter/mcp including tool registration, Zod schemas, resources, and server configuration. Use when building MCP servers, registering tools, defining resources, or when "MCP server", "MCP tool", "registerTool", or "@outfitter/mcp" are mentioned.

2026-03-18
outfitter-atlas
Desarrolladores de software

Generates patterns, templates, and guides for @outfitter/* packages. Covers transport-agnostic handler systems, Result types, error taxonomy, and package APIs. Use when working with @outfitter/*, Result types, Handler contract, error taxonomy, or when Result, Handler, ValidationError, NotFoundError, OutfitterError, or package names like contracts, cli, mcp, schema, tui, daemon, config, logging are mentioned.

2026-03-17
outfitter-check
Desarrolladores de software

Verify Outfitter compliance in a codebase. Scans for anti-patterns (throws, console, hardcoded paths) and produces a severity-ranked compliance report. Use for pre-commit checks, code review, or migration validation.

2026-03-17
outfitter-issue
Desarrolladores de software

Submit feedback to the Outfitter team via GitHub issues. Use after discovering bugs, missing features, unclear docs, or improvement opportunities in @outfitter/* packages.

2026-03-17
outfitter-start
Desarrolladores de software

Start with Outfitter — scaffold new projects or adopt patterns in existing codebases. Detects context, scans for adoption candidates, and orchestrates phased conversion.

2026-03-17
debug
Desarrolladores de software

Troubleshoots Outfitter Dev Kit issues including Result handling, MCP problems, CLI output, exit codes, and logging. Use when debugging stack-specific issues, unexpected errors, wrong output modes, or when "debug Result", "MCP not working", "wrong exit code", or "logging issue" are mentioned.

2026-03-17
Mostrando las 8 principales de 67 skills recopiladas en este repositorio.
gitbutler-complete-branch
Desarrolladores de software

This skill should be used when the user asks to "complete a branch", "merge to main", "finish my feature", "ship this branch", "integrate to main", "create a PR from GitButler", or when `--complete-branch` flag is mentioned. Guides completion of GitButler virtual branches with safety snapshots, integration workflows, and cleanup.

2026-02-06
gitbutler-multi-agent
Analistas de sistemas informáticos

This skill should be used when coordinating multiple AI agents working concurrently, handling agent handoffs, transferring commits between agents, or when "multi-agent", "concurrent agents", "parallel agents", "agent collaboration", or "parallel execution" are mentioned with GitButler. Provides virtual branch patterns for parallel execution without coordination overhead.

2026-02-06
gitbutler-stacks
Desarrolladores de softwareOtras ocupaciones informáticas

This skill should be used when creating stacks, dependent branches, or when "stack", "stacked branches", "anchor", "--anchor", "but branch new -a", "create dependent branch", or "break feature into PRs" are mentioned with GitButler. Covers anchor-based stacking for dependent features and reviewable PR breakdown.

2026-02-06
gitbutler-virtual-branches
Desarrolladores de software

This skill should be used when the user asks to "create a virtual branch", "assign file to branch", "work on multiple features simultaneously", "organize commits after coding", "use but commands", or mentions GitButler, virtual branches, parallel development without checkout, post-hoc commit organization, multi-agent concurrent development, or `--gitbutler`/`--but` flags.

2026-02-06
check-status
Representantes de servicio al cliente

This skill should be used when checking project status, starting sessions, reviewing activity, or when "sitrep", "status report", or "what's changed" are mentioned.

2026-02-04
stack-architecture
Desarrolladores de software

Design stack-based systems using @outfitter/* packages. Use when planning new projects, choosing packages, designing handler architecture, or when "architecture", "design", "structure", "plan handlers", or "error taxonomy" are mentioned.

2026-01-28
stack-feedback
Desarrolladores de software

Creates GitHub issues for problems discovered while using @outfitter/* packages. Use when finding bugs, missing features, unclear documentation, or improvement opportunities.

2026-01-28
stack-patterns
Desarrolladores de software

Reference for Outfitter Stack patterns including Result types, Handler contract, Error taxonomy, and @outfitter/* package conventions. Use when learning the stack, looking up patterns, understanding packages, or when "Result", "Handler", "error taxonomy", "OutfitterError", "CLI output", "pagination", "MCP server", "MCP tool", "structured logging", "redaction", "test handler", "daemon", "IPC", or "@outfitter/*" are mentioned.

2026-01-28
Mostrando las 8 principales de 56 skills recopiladas en este repositorio.
clark
Desarrolladores de software

Trails framework co-architect & CTO persona — constitutional hierarchy, drift guard, vocabulary enforcement, and architectural judgment. Use when evaluating Trails architecture, enforcing vocabulary, reviewing framework coherence, or when Clark's judgment is needed on a Trails question.

2026-06-25
clark
Desarrolladores de software

Trails framework co-architect & CTO persona — constitutional hierarchy, drift guard, vocabulary enforcement, and architectural judgment. Use when evaluating Trails architecture, enforcing vocabulary, reviewing framework coherence, or when Clark's judgment is needed on a Trails question.

2026-06-25
trails
sin clasificar

Build with the Trails framework — define trail contracts, open CLI/MCP surfaces, test with examples, debug errors, migrate codebases, run governance. Use when creating trails, adding surfaces, testing, debugging Trails errors, migrating to Trails, running warden, or any work involving @ontrails/* packages.

2026-06-25
trails-adrs
Desarrolladores de software

Author, update, and manage Trails ADRs. Use when creating new ADRs, promoting drafts to accepted, updating the ADR index, renaming or renumbering ADRs, or when the user mentions ADR, architecture decision, or decision record.

2026-06-15
trails-editorial
Desarrolladores de software

Complete Trails editorial review workflow. Use when reviewing docs, ADRs, README changes, release notes, agent guidance, or docs-heavy PRs for voice, style, structure, correctness, and readiness.

2026-06-15
trails-writing-docs
Desarrolladores de software

Trails documentation structure and maintenance guidance. Use when creating or reorganizing Trails docs, READMEs, guides, reference pages, release docs, or agent-facing documentation.

2026-06-15
trails-writing-style
Desarrolladores de software

Trails prose craft and lexicon style. Use when writing or reviewing docs, ADRs, examples, release notes, agent prompts, comments, PR descriptions, or issue language for rhythm, clarity, and vocabulary precision.

2026-06-15
trails-writing-voice
Desarrolladores de software

Trails writing voice and values. Use when drafting or reviewing Trails docs, ADRs, README content, release notes, agent guidance, or public explanations for stance, audience, and tone.

2026-06-15
Mostrando las 8 principales de 30 skills recopiladas en este repositorio.
agent-docs
Desarrolladores de software

Documentation for AI agents — AGENTS.md, CLAUDE.md, and agent-readable content patterns. Use when creating agent entry points, structuring .claude/ directories, or when "CLAUDE.md", "AGENTS.md", "agent documentation", "machine-readable", or "writing for agents" are mentioned. Covers both configuration and content patterns for agent consumption.

2026-01-26
docs-check
Desarrolladores de software

Rigorous quality gate for documentation before merge or publish. Verifies code examples run, links resolve, APIs match implementation, and all sections are complete. Use when auditing docs, reviewing documentation PRs, or when "verify", "quality gate", "docs audit", or "check examples" is mentioned.

2026-01-26
docs-review
Editores

Reviews documentation for voice, style, and structure alignment with Outfitter standards. Use when reviewing docs, checking content quality, or when "review this doc", "voice check", "style review", or "is this ready?" are mentioned.

2026-01-26
docs-write
Desarrolladores de software

Project documentation structure and templates — READMEs, API docs, guides, and CLI references. Use when creating documentation, structuring a docs/ directory, writing READMEs, or when "documentation", "README", "API docs", "docs structure", or "guides" are mentioned. Pair with styleguide for writing craft; apply voice as a review pass.

2026-01-26
styleguide
Escritores y autores

Writing craft and style patterns for Outfitter content—sentence rhythm, metaphor usage, enthusiasm calibration, structural moves. Use when drafting blog posts, documentation, announcements, or READMEs, or when "styleguide", "writing style", "voice", or "tone" are mentioned. Pair with voice for philosophical foundation, docs-write for structure templates.

2026-01-26
use-bun
Desarrolladores de software

Bun-first development patterns for TypeScript projects. Use when auditing Node.js projects for migration opportunities, starting new projects, evaluating npm dependencies, or reducing package.json bloat. Triggers on mentions of npm, yarn, pnpm, Node.js migration, dependency audit, or package optimization.

2026-01-26
voice
Escritores y autores

Outfitter's philosophical voice and values. Covers opinionated stance, agent-first design, goal-serving content, and earned confidence. Use when writing Outfitter content, reviewing drafts, establishing tone, or when "voice", "tone", "messaging", "brand", or "how we write" are mentioned.

2026-01-26
agent-setup
Desarrolladores de software

Check and configure outfitter marketplaces and plugins. Use when setting up a new project, checking plugin configuration, or when "setup outfitter", "configure plugins", or "marketplace" are mentioned.

2026-01-26
Mostrando 11 de 11 repositorios
Todos los repositorios cargados