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

axm

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

수집된 skills
30
Stars
4
업데이트
2026-07-15
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

effect-service
소프트웨어 개발자

Effect service definition, interface design, error types, retries. Use when creating new services or defining error hierarchies.

2026-07-15
axm
기타 컴퓨터 관련 직업

AXM - Agent Extension Manager: Use for any operation (install/create/new/edit/update/add/remove/delete/publish/find/discover) on agent skills, subagents, slash commands/stored prompts, MCP servers, context packages, rule extensions, hook extensions, or packs — e.g. "create a skill", "make a /command", "add a subagent", "build an MCP server", "publish an extension". Use this BEFORE hand-authoring or editing any SKILL.md, slash-command, subagent, MCP, rule, hook, or extension manifest file: route extension authoring through AXM instead of writing these files directly.

2026-07-10
example
소프트웨어 개발자

Native skill manifest with two unknown top-level keys.

2026-05-16
cli-conventions
소프트웨어 개발자

Effect CLI + Effect architecture. Use when adding commands, defining flags, or wiring handlers. Covers file organization, argument/flag patterns, and testing.

2026-04-23
example
소프트웨어 개발자

"unterminated

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

Native skill with an invalid extension name in manifest.

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

Native skill whose manifest has an invalid owner handle.

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

Native skill with an invalid SemVer version in manifest.

2026-04-21
example
소프트웨어 품질 보증 분석가·테스터

Native skill whose manifest omits required `version`.

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

Native skill missing skill.json.

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

A valid native skill fixture.

2026-04-21
external-example
소프트웨어 개발자

A valid managed-external skill fixture; no skill.json expected.

2026-04-21
axm-testing-e2e
소프트웨어 품질 보증 분석가·테스터

E2E test patterns for built CLI artifacts, plus when a reference spike may keep a local subprocess smoke test.

2026-04-09
another-skill
소프트웨어 개발자

A second mock skill for E2E testing multiple skill discovery.

2026-03-26
my-skill
소프트웨어 개발자

A mock skill for E2E testing.

2026-03-26
code-review
소프트웨어 품질 보증 분석가·테스터

Review code against all project guides, skills, and conventions. Use when reviewing files, folders, diffs, or PRs for code style, idiomatic Effect/TypeScript usage, and project conformance.

2026-03-24
effect-concurrency
소프트웨어 개발자

Effect concurrency patterns - fibers, parallel execution, coordination primitives. Use when parallelizing operations, seeing sequential for/while loops with I/O, managing concurrent work, or coordinating between fibers.

2026-03-23
effect-filesystem
소프트웨어 개발자

Effect filesystem and path patterns. Use when doing file I/O, reading/writing files, directory operations, or working with file paths.

2026-03-23
effect-layers
소프트웨어 개발자

Effect Layer construction, composition, and provision. Use when creating layers, wiring dependencies, composing service graphs, or providing layers to programs.

2026-03-23
e2e-publish-check
소프트웨어 개발자

A new skill

2026-03-10
effect-basics
소프트웨어 개발자

Core Effect patterns for this codebase. Start here for Effect. Covers Effect.gen, tryPromise, typed errors, concurrency.

2026-02-25
effect-collections
소프트웨어 개발자

Effect collection patterns - Arrays, Chunks, Records, HashMaps. Use when choosing collection types or working with transformations.

2026-02-25
effect-iteration
소프트웨어 개발자

Effect iteration patterns - forEach, all, Schedule. Use when writing for/while loops, processing collections, seeing `for` or `while` with `yield*`, or implementing retries/polling.

2026-02-25
effect-option
소프트웨어 개발자

Option vs nullable types in Effect. Use when handling optional, nullable, or potentially undefined properties.

2026-02-25
effect-schema
소프트웨어 개발자

Effect Schema naming conventions. Use when defining schemas for data validation and type inference.

2026-02-25
effect-stream
소프트웨어 개발자

Effect Stream for lazy, unbounded, or resource-scoped sequences. Use when data is paginated, infinite, or needs backpressure.

2026-02-25
effect-testing
소프트웨어 품질 보증 분석가·테스터

Effect testing with @effect/vitest. Use when any test needs to run Effect programs, test errors, or provide layers.

2026-02-25
effect-wrapping
소프트웨어 개발자

Wrap Promise-based APIs with Effect conventions. Use when integrating third-party libraries or wrapping any Promise-returning code.

2026-02-25
checklists
소프트웨어 품질 보증 분석가·테스터

Checklist authoring for verifying satisfiable outcomes. Use when writing acceptance criteria, quality gates, review checklists, or any verification list.

2026-02-12
documentation
소프트웨어 개발자

Human-facing documentation (README.md) conventions. Use when writing docs for human readers. For agent-facing docs, use /agent-docs instead.

2026-02-12