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

ax-legacy

ax-legacy contiene 35 skills recopiladas de project-ax, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
35
Stars
5
actualizado
2026-04-22
Forks
1
Cobertura ocupacional
6 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

ax-logging-errors
Desarrolladores de software

Use when modifying logging, error handling, or diagnostic messages — logger setup, transports, error diagnosis patterns in src/logger.ts and src/errors.ts

2026-04-22
ax-host
Desarrolladores de software

Use when modifying the trusted host process — server orchestration, message routing, IPC handler, request lifecycle, event streaming, file handling, plugin loading, or agent delegation in src/host/

2026-04-22
ax-agent
Desarrolladores de software

Use when modifying the sandboxed agent process — runner, IPC client, local/IPC tools, tool catalog, prompt building, or identity loading in src/agent/

2026-04-22
ax-provider-sandbox
Desarrolladores de software

Use when modifying agent sandbox isolation -- Docker, Apple Container (macOS), or k8s providers in src/providers/sandbox/

2026-04-22
ax-ipc
Desarrolladores de software

Use when modifying IPC protocol between host and agent — schemas, actions, length-prefix framing, or Zod validation in ipc-schemas.ts and ipc-server.ts

2026-04-22
ax
Desarrolladores de software

AX project architecture and coding skills - use sub-skills for specific subsystems (agent, host, cli, providers, etc.)

2026-04-22
skill-creator
Otras ocupaciones informáticas

Use this skill when the user asks for a capability the agent doesn't yet have — a new integration (Linear, GitHub, Notion, Slack, etc.), a new workflow, a new tool, or "can you check our team's X" where X is a service the agent has no existing connector for. Creates a proper AX skill under .ax/skills/<name>/ with the right frontmatter, credentials, and domain allowlist so the capability becomes permanent after admin approval. Use this skill whenever you'd otherwise be tempted to improvise with one-off scripts, `npm install`, or `execute_script` to reach an external service.

2026-04-22
petstore
Analistas de garantía de calidad de software y probadores

Petstore REST API via mock OpenAPI (e2e test fixture — do not use in production)

2026-04-22
linear-mcp
Analistas de garantía de calidad de software y probadores

Linear via mock MCP (e2e test fixture — do not use in production)

2026-04-21
ax-config
Desarrolladores de software

Use when modifying configuration parsing, path resolution, environment variables, or OAuth token handling in config.ts, paths.ts, or dotenv.ts

2026-04-21
ax-persistence
Desarrolladores de software

Use when modifying data persistence — StorageProvider (database-backed), conversation history, message queue, session store, document store, file store, job store, or database migration utilities

2026-04-21
ax-provider-storage
Desarrolladores de software

Use when modifying persistent storage — message queues, conversations, sessions, documents, or database storage backend in src/providers/storage/

2026-04-21
ax-provider-credentials
Desarrolladores de software

Use when modifying credential storage — database-backed credential provider in src/providers/credentials/

2026-04-19
ax-provider-skills
Desarrolladores de software

Use when modifying the git-native skills pipeline — skill format parsing, manifest generation, live skill-state derivation from git, the admin skill-approval flow, tuple-keyed skill credentials, or the post-receive cache-busting hook in src/host/skills/, src/utils/skill-format-parser.ts, and src/utils/manifest-generator.ts

2026-04-19
ax-runners
Desarrolladores de software

Use when modifying agent runner implementations — pi-session (pi-coding-agent), claude-code (Agent SDK), LLM transport selection, MCP tool wiring, or stream handling in src/agent/runners/

2026-04-19
ax-web-proxy
Administradores de redes y sistemas informáticos

Use when debugging MITM proxy issues, credential placeholder replacement failures, domain allowlist problems, sandbox HTTPS connectivity problems, curl exit 60 SSL errors, ECONNRESET crashes in the proxy, or modifying web-proxy.ts / credential-placeholders.ts / skills/domain-allowlist.ts

2026-04-19
ax-cli
Desarrolladores de software

Use when modifying CLI commands — chat, send, bootstrap, provider, or adding new CLI commands in src/cli/

2026-04-17
ax-debug
Desarrolladores de software

Use when debugging k8s-related issues, NATS IPC problems, HTTP IPC problems, workspace release failures, chat UI development iteration, or any issue in the sandbox/host/agent communication pipeline — starts with chat UI dev loop or e2e test infrastructure for fast repro, falls back to full kind cluster or local process harnesses only when needed

2026-04-17
ax-security
Analistas de seguridad de la información

Use when modifying security mechanisms — taint budget, canary tokens, path traversal defense, sandbox isolation, scanner patterns, plugin integrity, or any security-sensitive code paths

2026-04-17
ax-testing
Analistas de garantía de calidad de software y probadores

Use when writing or debugging tests — test structure, fixtures, mocking patterns, common assertions, and gotchas for the vitest/bun test suite in tests/

2026-04-17
ax-onboarding
Desarrolladores de software

Use when modifying the first-run setup, configuration wizard, bootstrap ritual, or profile defaults in src/onboarding/ and src/cli/bootstrap.ts

2026-04-14
ax-prompt-builder
Desarrolladores de software

Use when modifying or extending the agent prompt system — adding modules, adjusting priority ordering, token budgeting, or bootstrap mode in src/agent/prompt/

2026-04-14
ax-provider-scheduler
Desarrolladores de software

Use when modifying scheduler providers — cron jobs, heartbeats, proactive hints, or active hours in src/providers/scheduler/

2026-04-14
ax-provider-system
Desarrolladores de software

Use when adding new provider categories, modifying provider loading, plugin infrastructure, or understanding the provider contract pattern -- registry.ts, provider-map.ts, provider-sdk, and the create(config) convention

2026-04-14
ax-provider-eventbus
Desarrolladores de software

Use when modifying the event bus — in-process pub/sub, PostgreSQL pub/sub, or streaming event routing in src/providers/eventbus/

2026-04-12
ax-provider-channel
Desarrolladores de software

Use when modifying message channel providers — Slack integration, session addressing, or adding new channels (Discord, Telegram) in src/providers/channel/

2026-04-04
ax-admin-dashboard-ui
Diseñadores de interfaces web y digitales

Use when creating, editing, or reviewing any admin dashboard UI component. Covers the complete design system — colors, typography, components, layout, animations, and patterns.

2026-03-23
ax-utils
Desarrolladores de software

Use when working with path validation (safePath), SQLite adapter, disabled provider stubs, tracing, asset resolution, embedding client, OpenAI-compat helpers, skill format utilities, DB migrator, content serialization, binary lookup, or install validation in src/utils/

2026-03-21
ax-provider-web
Desarrolladores de software

Use when modifying web access providers -- proxied HTTP fetch, DNS pinning, taint tagging, text extraction, or web search in src/providers/web/

2026-03-20
ax-provider-audit
Desarrolladores de software

Use when modifying audit logging providers — database-backed audit logs or audit entry structure in src/providers/audit/

2026-03-17
ax-provider-database
Desarrolladores de software

Use when modifying the shared database connection factory — SQLite, PostgreSQL, vector extensions, or Kysely instance management in src/providers/database/

2026-03-17
ax-provider-development
Desarrolladores de software

Use as a step-by-step guide when adding a new provider implementation or an entirely new provider category to AX

2026-03-17
ax-provider-llm
Desarrolladores de software

Use when modifying LLM providers — Anthropic, OpenAI, multi-model router, traced wrapper, or mock provider in src/providers/llm/

2026-03-17
ax-provider-memory
Desarrolladores de software

Use when modifying memory/knowledge storage — the Cortex provider (embedding-based, SQLite/PostgreSQL) with SummaryStore, salience scoring, and LLM extraction in src/providers/memory/

2026-03-17
exploring-reference-repos
Desarrolladores de software

Use when needing architectural inspiration from a similar project, wanting to see how another codebase solved a comparable problem, or the user says to look at how another project does something

2026-03-03