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

ultimate-pi

ultimate-pi contiene 65 skills recopiladas de aryaniyaps, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
65
Stars
23
actualizado
2026-06-07
Forks
2
Cobertura ocupacional
7 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

harness-git-commit
Desarrolladores de software

Commit staged git changes with configurable message format and Co-authored-by trailer from .pi/auto-commit.json. Use when the user asks to commit, when /harness-auto or harness run completion requires a commit, or before any git commit — never use raw git commit -m.

2026-06-07
harness-context
Desarrolladores de software

Compile task-specific harness context using context-mode and graphify. Use for architecture questions, large codebase context before harness-plan or harness-run. NEVER use lean-ctx on harness paths.

2026-05-27
harness-debate-plan
Desarrolladores de software

Plan-phase Review Gate debate — pi-messenger threads, lane YAML, bus tools for parent orchestrator.

2026-05-27
harness-decisions
Desarrolladores de software

Structured user decisions via ask_user for harness setup, planning, and governance forks. Use with /harness-setup, /harness-plan, harness-auto plan phase, and when agents emit human_required.

2026-05-27
harness-eval
Desarrolladores de software

Deprecated — use harness-review skill and /harness-review for the full post-run gate. This file remains as a pointer for older prompts.

2026-05-27
harness-governor
Desarrolladores de software

Enforce harness governance phases, policy gates, budgets, and promotion rules. Use during execute, evaluate, merge, or when interpreting policy-gate / budget-guard messages.

2026-05-27
harness-ls-lint-setup
Desarrolladores de software

Bootstrap ls-lint filename rules for harness projects — seed naming.manifest.json, generate merge-safe .ls-lint.yml, and document bootstrap vs --force sync. Use during /harness-setup, when adding ls-lint to a repo, or when .ls-lint.yml is missing or out of date.

2026-05-27
harness-orchestration
Desarrolladores de software

Orchestrate ultimate-pi harness phases with the native `subagent` tool (isolated `pi --mode json` subprocesses). Use for plan/execute/evaluate pipelines, L4 verification, optional planning-context, and debate prep.

2026-05-27
harness-plan
Desarrolladores de software

Agent-native harness plans — lakes/context bundles, planning context, parallel_probes debate profile, plan-synthesizer on low/med risk, path-first approve_plan/create_plan, then DAG + debate.

2026-05-27
harness-review
Analistas de garantía de calidad de software y probadores

Post-run verification gate (/harness-review): harness-verify, Sentrux fitness functions, benchmark + verdict evaluator, adversary, optional tie-breaker. Subagents use submit_*; parent uses harness_artifact_ready. Use after /harness-run; claim cross-session runs with /harness-use-run --claim.

2026-05-27
harness-sentrux-repair
Desarrolladores de software

OSS Sentrux capture, diagnostics synthesis, and repair-plan loop for harness runs. Use during /harness-run post-work, /harness-review Phase 1/1b, /harness-steer, or when artifacts/sentrux-report.json or sentrux-repair-plan.yaml are mentioned. No Sentrux Pro or MCP.

2026-05-27
harness-sentrux-setup
Desarrolladores de software

Bootstrap Sentrux architectural rules for harness projects — seed architecture.manifest.json, generate merge-safe .sentrux/rules.toml, and document bootstrap vs --force sync. Use during /harness-setup, when adding Sentrux to a repo, or when rules.toml is missing or out of date.

2026-05-27
harness-spec
Desarrolladores de software

Draft or refine harness artifact contracts under .pi/harness/specs. Use when defining PlanPacket, RunTrace, HarnessRunRecord, eval verdicts, or PostHog event schemas for ultimate-pi.

2026-05-27
harness-steer
Desarrolladores de software

Post-review repair loop via harness-steer and executor repair mode.

2026-05-27
posthog-analyst
Desarrolladores de software

Analyze pi agentic conversations, errors, and misalignments using PostHog MCP. Queries $ai_generation, $ai_span, $ai_trace events, segments by model, detects failure patterns, cross-references the wiki's model-adaptive harness research, and generates model-specific recommendations filed to the wiki. Use this skill when the user wants to analyze agent performance, understand where the harness breaks per model, audit LLM errors or tool failures, improve model profiles based on real data, or run a postmortem on agentic sessions. Trigger on: "posthog analyze", "/posthog-analyze", "analyze agent sessions", "audit llm errors", "postmortem", "what's failing per model", "harness performance analysis", "find misalignments", "model error patterns", "agent conversation audit".

2026-05-27
sentrux
Desarrolladores de software

Architectural quality sensor for AI-assisted code — rules, modularity, session baselines, and degradation detection via the Sentrux CLI (not MCP in Pi sessions). Use when the user mentions sentrux, quality signal, architectural health, gate, check rules, modularity, session baseline, degradation, structural drift, or before/after agent work on a harness project. Triggers on: sentrux check, sentrux gate, rules.toml, quality gate.

2026-05-27
web-retrieval
Desarrolladores de software

Agentic Web Retrieval Stack (WRS) — tiered web_search/web_fetch/web_contents (harness-web.py + Scrapling). Default tier=deep with web-query-expander angles. Use for search, scrape, landscape, prior art, comparisons, planning pre-research, cited answers, similar URLs, websets scoring. Triggers on non-API web research, scrape URL, web_search, web_fetch, .web/ artifacts. Library API docs → context7 only. Install: /harness-setup or harness-cli-verify.

2026-05-27
wiki-save
Desarrolladores de software

Save the current conversation, answer, or insight into the Obsidian wiki vault as a structured note. Analyzes the chat, determines the right note type, creates frontmatter, files it in the correct wiki folder, and updates index, log, and hot cache. Triggers on: "save this", "save that answer", "/wiki-save", "/save", "file this", "save to wiki", "save this session", "file this conversation", "keep this", "save this analysis", "add this to the wiki".

2026-05-27
wiki-autoresearch
Desarrolladores de software

Autonomous iterative research loop. Takes a topic, runs web searches, fetches sources, synthesizes findings, and builds a queryable knowledge graph via Graphify. Based on Karpathy's autoresearch pattern: program.md configures objectives and constraints, the loop runs until depth is reached, output goes into the graph. Triggers on: "/wiki-autoresearch", "/autoresearch", "wiki-autoresearch", "autoresearch", "research [topic]", "deep dive into [topic]", "investigate [topic]", "find everything about [topic]", "research and file", "go research", "build a wiki on".

2026-05-26
ast-grep
Desarrolladores de software

Structural code search and replacement using the sg CLI. Use for function calls, imports, class/method definitions, call sites, and codemods. Prefer LSP for definitions/references/types; use sg for structural patterns; reserve grep for exact literals, comments, URLs, or non-code files.

2026-05-24
lsp-navigation
Desarrolladores de software

Navigate code with IDE features and run proactive LSP diagnostics on files/folders/batches. Use as PRIMARY for code intelligence and type/error checks.

2026-05-24
broker-domain
Especialistas en gestión de proyectos

Use when implementing the Broker-Domain pattern: event-brokered integration around cohesive domain services, separating broker concerns from domain behavior, with explicit event contracts and bounded context ownership.

2026-05-24
cqrs
Especialistas en gestión de proyectos

Use when implementing CQRS: separate command and query models, explicit write invariants, optimized read projections, consistency boundaries, projection rebuilds, and tests for command/query behavior.

2026-05-24
event-driven
Especialistas en gestión de proyectos

Use when implementing event-driven architecture: domain/integration events, producers, consumers, broker or mediator topology, eventual consistency, idempotency, ordering, retries, and observable asynchronous flows.

2026-05-24
hexagonal-ports-adapters
Especialistas en gestión de proyectos

Use when implementing hexagonal architecture / ports and adapters: domain core isolated from delivery and infrastructure mechanisms, inbound and outbound ports, adapters for external interfaces, dependency inversion, and testable business logic.

2026-05-24
layered
Especialistas en gestión de proyectos

Use when designing, refactoring, or validating a codebase as layered architecture: delivery/interface, application/use-case, domain, and infrastructure/data layers with one-way dependency rules and minimal cross-layer coupling.

2026-05-24
microkernel
Especialistas en gestión de proyectos

Use when building plugin or extension architecture: a stable core kernel with explicit extension points, plugin contracts, registration, isolation, versioning, and compatibility checks.

2026-05-24
microservices
Especialistas en gestión de proyectos

Use when designing, extracting, or repairing microservices: independently deployable bounded-context services with owned data, explicit contracts, observability, resilience, distributed workflow choices, and operational readiness checks.

2026-05-24
modular-monolith
Especialistas en gestión de proyectos

Use when designing, splitting, or repairing a modular monolith: one deployable application with explicit business modules, bounded contexts, private internals, stable module APIs, and database boundaries that can later support service extraction.

2026-05-24
orchestration-driven-soa
Especialistas en gestión de proyectos

Use when implementing orchestration-driven service-oriented architecture: central workflow orchestration across services, explicit process models, compensations, service contracts, long-running transactions, and governance boundaries.

2026-05-24
pipeline
Especialistas en gestión de proyectos

Use when implementing pipeline architecture: data or task processing split into ordered filters/stages with explicit inputs, outputs, composition, error handling, and observability across the flow.

2026-05-24
service-based
Especialistas en gestión de proyectos

Use when implementing service-based architecture: coarse-grained domain services inside a mostly centralized system, with explicit service contracts, transaction boundaries, shared infrastructure discipline, and fewer operational costs than microservices.

2026-05-24
service-mesh
Especialistas en gestión de proyectos

Use when applying the service mesh pattern to service architectures: move cross-cutting network concerns such as retries, mTLS, routing, observability, policy, and traffic shaping out of service code while preserving domain ownership.

2026-05-24
space-based
Especialistas en gestión de proyectos

Use when implementing space-based architecture: horizontally scalable processing units, in-memory/distributed state, partitioning, eventual persistence, backpressure, replication, and operational safeguards for high-volume systems.

2026-05-24
debugging-discipline
Especialistas en gestión de proyectos

Debug systematically instead of guessing. Use when fixing bugs, failing tests, flaky behavior, runtime errors, regressions, or unexpected output. Guides reproduction, isolation, hypotheses, evidence, one-variable changes, root cause, and regression tests.

2026-05-24
documentation-update
Especialistas en gestión de proyectos

Update documentation only where it helps future work. Use when behavior, setup, contracts, commands, architecture decisions, operational procedures, or user-facing workflows change. Avoids redundant comments while capturing decisions, invariants, examples, and caveats near the relevant surface.

2026-05-24
requirements-to-implementation
Especialistas en gestión de proyectos

Translate vague or high-level requests into safe implementation steps. Use before coding features, bug fixes, refactors, or ambiguous tasks. Extracts requirements, constraints, done criteria, non-goals, risk, and the smallest viable implementation path.

2026-05-24
risk-based-verification
Especialistas en gestión de proyectos

Match verification depth to change risk. Use after code, test, config, dependency, data, or docs changes. Helps agents choose targeted checks for low risk, broader checks for medium/high risk, and report unverified residual risk clearly.

2026-05-24
tradeoff-analysis
Especialistas en gestión de proyectos

Make engineering tradeoffs explicit before choosing an implementation. Use when multiple viable approaches exist or when simplicity, maintainability, performance, reliability, compatibility, security, and delivery speed conflict. Chooses the least-worst option with rationale.

2026-05-24
api-contract-design
Especialistas en gestión de proyectos

Design stable contracts for modules, services, commands, events, plugins, CLIs, and public interfaces. Use when adding or changing any boundary that other code or people depend on. Focuses on minimal contracts, compatibility, versioning, errors, idempotency, and documentation.

2026-05-24
Mostrando las 40 principales de 65 skills recopiladas en este repositorio.