Skip to main content
Run any Skill in Manus
with one click
GitHub repository

ax-legacy

ax-legacy contains 35 collected skills from project-ax, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
35
Stars
5
updated
2026-04-22
Forks
1
Occupation coverage
6 occupation categories · 100% classified
repository explorer

Skills in this repository

ax-logging-errors
software-developers

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
software-developers

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
software-developers

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
software-developers

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

2026-04-22
ax-ipc
software-developers

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
software-developers

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

2026-04-22
skill-creator
computer-occupations-all-other

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
software-quality-assurance-analysts-and-testers

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

2026-04-22
linear-mcp
software-quality-assurance-analysts-and-testers

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

2026-04-21
ax-config
software-developers

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
software-developers

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
software-developers

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

2026-04-21
ax-provider-credentials
software-developers

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

2026-04-19
ax-provider-skills
software-developers

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
software-developers

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
network-and-computer-systems-administrators

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
software-developers

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

2026-04-17
ax-debug
software-developers

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
information-security-analysts

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
software-developers

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
software-developers

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

2026-04-14
ax-provider-system
software-developers

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
software-developers

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
software-developers

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
web-and-digital-interface-designers

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
software-developers

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
software-developers

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
software-developers

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

2026-03-17
ax-provider-database
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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