Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

ax-legacy

ax-legacy에는 project-ax에서 수집한 skills 35개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
35
Stars
5
업데이트
2026-04-22
Forks
1
직업 범위
직업 카테고리 6개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

ax-logging-errors
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-04-22
ax-ipc
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-04-22
skill-creator
기타 컴퓨터 관련 직업

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
소프트웨어 품질 보증 분석가·테스터

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

2026-04-22
linear-mcp
소프트웨어 품질 보증 분석가·테스터

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

2026-04-21
ax-config
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-04-21
ax-provider-credentials
소프트웨어 개발자

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

2026-04-19
ax-provider-skills
소프트웨어 개발자

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
소프트웨어 개발자

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
네트워크·컴퓨터 시스템 관리자

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
소프트웨어 개발자

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

2026-04-17
ax-debug
소프트웨어 개발자

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
정보 보안 분석가

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-04-14
ax-provider-system
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
웹·디지털 인터페이스 디자이너

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-03-17
ax-provider-database
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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