Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
atman-33
GitHub 제작자 프로필

atman-33

9개 GitHub 저장소에서 수집된 125개 skills를 저장소 단위로 보여줍니다.

수집된 skills
125
저장소
9
업데이트
2026-07-11
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

#01
atman-marketplace
skills 36개 · 2026-07-08
소프트웨어 개발자기타 컴퓨터 관련 직업네트워크·컴퓨터 시스템 관리자기술 작가웹 개발자프로젝트 관리 전문가
직업 카테고리 6개 · 100% 분류됨
29%비중
#02
atman-workspace
skills 32개 · 2026-03-19
소프트웨어 개발자기술 작가데이터베이스 아키텍트소프트웨어 품질 보증 분석가·테스터웹 개발자파일 사무원
직업 카테고리 8개 · 100% 분류됨
26%비중
#03
multi-agent-ff15
skills 23개 · 2026-05-02
소프트웨어 개발자프로젝트 관리 전문가소프트웨어 품질 보증 분석가·테스터작가·저자중등 후 미술, 연극 및 음악 교사
직업 카테고리 5개 · 100% 분류됨
18%비중
#04
agent-harness
skills 21개 · 2026-07-11
소프트웨어 개발자기타 컴퓨터 관련 직업소프트웨어 품질 보증 분석가·테스터
직업 카테고리 3개 · 100% 분류됨
17%비중
#05
obsidian-knowledge-base
skills 5개 · 2026-05-05
소프트웨어 개발자파일 사무원
직업 카테고리 2개 · 100% 분류됨
4.0%비중
#06
multi-agent-ff15-vscode
skills 3개 · 2026-06-30
소프트웨어 개발자프로젝트 관리 전문가
직업 카테고리 2개 · 100% 분류됨
2.4%비중
#07
obsidian-ai-terminal
skills 2개 · 2026-01-19
소프트웨어 개발자
직업 카테고리 1개 · 100% 분류됨
1.6%비중
#08
open-copilot-risk-knowledge
skills 2개 · 2026-01-12
소프트웨어 개발자
직업 카테고리 1개 · 100% 분류됨
1.6%비중
여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

audit-epic-consistency
소프트웨어 개발자

Cross-check an Epic's user stories, PBIs, and acceptance criteria against the actual implementation in its repo, and propose fixes for mismatches, missing/unfinished descriptions, and unclear wording. Use when the user wants a consistency check between backlog and code, 整合性チェック, or asks whether the backlog still reflects what is really implemented.

2026-07-08
investigate-spike
소프트웨어 개발자

Investigate a spike task from an Epic's backlog using the Epic's dedicated repo clone, and save a findings report the team can decide from. Use when the user mentions a spike, スパイク調査, or wants a technical question from the backlog researched against the actual codebase.

2026-07-08
load-epic-context
소프트웨어 개발자

Load a PBL Epic's working context — backlog snapshot, repo sync data, and the Epic summary — refreshing stale data first, so the conversation can start from the Epic's current state. Use when the user wants to load/open an Epic, asks "where are we on <Epic>", Epicをロード, or starts a session about a specific Epic's status.

2026-07-08
report-epic-spec
소프트웨어 개발자

Generate an HTML report of an Epic's currently-implemented spec and its upcoming planned features, reconciled from the backlog snapshot and the repo's actual state. Use when the user wants a "what exists now vs what's coming" summary, 仕様まとめ, or a feature-status overview for stakeholders.

2026-07-08
manage-monday-backlog
소프트웨어 개발자

Read or update the product backlog on monday.com. Use when the user asks about backlog items, monday.com boards, tickets, or tasks tracked in monday.com.

2026-07-08
prepare-sprint-review
소프트웨어 개발자

Generate a sprint-review HTML document for a PBL Epic — done items with demo pointers, sprint metrics, and an agenda — from the monday.com board and its Drive snapshot. Use when the user wants sprint review material, a demo agenda, or to prepare for a sprint review / スプリントレビュー.

2026-07-08
report-pbl-progress
소프트웨어 개발자

Generate a PBL Epic's progress & completion-forecast HTML report from its Drive snapshot. Use when the user wants a progress/status report, or a burndown/completion forecast for a PBL Epic.

2026-07-08
setup-scrum-context
소프트웨어 개발자

Set up or update .claude/scrum-context.json for a project — the monday.com board, Google Drive docs root, and Epic-to-Drive-folder mappings the scrum plugin's other skills and scripts depend on. Use when the user wants to configure monday/Drive settings for a project, or when manage-monday-backlog/manage-drive-docs report no board id or no Drive root configured.

2026-07-08
이 저장소에서 수집된 skills 36개 중 상위 8개를 표시합니다.
dbml-multi-db-schema
데이터베이스 아키텍트

Create and maintain DBML files for systems that split data across a PrimaryDB and one or more ClientDB instances. Use when adding or updating DBML for multi-database schemas, tenant-specific client databases, cross-database analysis views, logical relationships based on business keys such as ProjectNo, or recommended dbml folder structures.

2026-03-19
oh-my-opencode-model-switcher
소프트웨어 개발자

Switch oh-my-opencode.json model configurations between different modes using YAML-based mapping definitions

2026-02-19
multi-repo-review
소프트웨어 품질 보증 분석가·테스터

Cross-repository code review for multi-repo web applications. Use when reviewing changes across multiple repositories to detect inconsistencies in API contracts, type definitions, dependencies, or integration points that single-repo reviews might miss. Triggers on phrases like 'review across repositories', 'check multi-repo changes', 'cross-repo code review', or when working with VSCode workspaces containing multiple project folders.

2026-02-13
pr-to-origin-main
소프트웨어 개발자

Create a pull request from current development branch to origin/main (not upstream/main). Use when you need to merge a feature branch into the main branch of your fork and want to ensure the PR targets origin/main with English descriptions. Always confirms remote target with user before creation to prevent accidentally creating PRs to upstream repositories.

2026-02-13
operation-manual-writer
교육·개발 전문가

Create standardized business operation manuals, procedures, and documentation following corporate guidelines. Use this skill when the user needs to create or update business documents such as release procedures, work instructions, operation manuals, regulations, or standard operating procedures (SOPs). Triggers include requests like "業務マニュアル作成", "手順書を書いて", "operation manual", "create procedure document", or when standardized business documentation is needed.

2026-02-06
tech-article-humanizer
기술 작가

Transform technical article drafts or source materials into human-like, high-quality Japanese technical articles. Use this skill when the user wants to generate, rewrite, or humanize technical articles (especially about TypeScript, JavaScript, React, or frontend topics) following specific human-writing patterns and style guidelines. Triggers include requests like "記事を人間風に", "tech article を生成", "humanize this article", or providing article source materials.

2026-02-06
tech-article-polished-writer
기술 작가

Generate clear, professional, and polished Japanese technical articles suitable for corporate blogs, official documentation, and technical publications. Use this skill when the user wants to create enterprise-level content with consistent polite tone (です/ます), logical structure, and authoritative voice. Triggers include requests like "polished article", "professional tone", "enterprise blog", "公式ドキュメント", "プロフェッショナルな記事", or when content needs formal technical writing.

2026-02-06
acceptance-criteria-drafter
프로젝트 관리 전문가

Creates a draft of Acceptance Criteria for GitHub Issues by interviewing the user about feature requirements and outputting a markdown file in .tmp folder. Triggers on phrases like 'create AC draft', 'draft acceptance criteria', 'write acceptance criteria', or when user wants to define acceptance conditions for a feature.

2026-02-06
이 저장소에서 수집된 skills 32개 중 상위 8개를 표시합니다.
github-release
소프트웨어 개발자

Automate GitHub release workflows including version management, CHANGELOG updates, PR creation, and GitHub Release publishing for multi-agent-ff15.

2026-05-02
operation-customization
소프트웨어 개발자

Create or customize repository operations and facet files. Use when adding or editing builtin or project-authored workflow YAML, jobs, instructions, skills, policies, or output-contracts, or when diagnosing operation routing, prompt composition, instruction placeholders such as output, setting, or root placeholders, source-aware operation refs, and debug-preview behavior.

2026-05-02
pr-assistant
소프트웨어 개발자

Analyzes git changes, drafts localized PR titles and bodies, and assists with creating comprehensive pull requests. Use when user wants to create a PR, review changes before PR, or needs help drafting PR descriptions. Triggers on phrases like 'create PR', 'make a pull request', 'draft PR description', 'what changed in this branch', 'prepare PR'.

2026-04-26
manual-verification-docs
소프트웨어 품질 보증 분석가·테스터

Organize post-implementation manual verification steps, execution methods, and expected results into a checklist-oriented dated Markdown report. Use when the user asks for verification steps, acceptance checks, expected outcomes, or manual test notes for UI, API, job, permission, or notification changes after implementation.

2026-04-25
agent-relationships
작가·저자

Use when you want a short reference for the relationships and traits of FF15-derived agents such as Noctis, Gladiolus, Ignis, and Prompto.

2026-04-22
operation-authoring-and-diagnostics
소프트웨어 개발자

Read this before safely changing operation YAML, project workflow authoring paths, source-aware operationRef handling, facet source resolution, output contracts, output placeholders, or workflow-related tests.

2026-04-22
operation-system-contract
소프트웨어 개발자

Read this when changing runtime-owned dispatch, source-aware operationRef, step-completion transport, prompt composition boundaries, or live versus debug prompt differences.

2026-04-22
project-manage
소프트웨어 개발자

(opencode-project - Skill) Registers external projects in the FF15 project registry and manages refresh, rename, and delete workflows. Use when registering a new project, re-registering after instruction file changes, renaming a registry entry, deleting a registry entry, or confirming how registry-backed projects are surfaced in the UI. Triggers on: 'register project', 'refresh project metadata', 'rename project', 'delete project', 'project registry', 'project management'.

2026-04-21
이 저장소에서 수집된 skills 23개 중 상위 8개를 표시합니다.
create-adr
소프트웨어 개발자

Record an architecture/design decision as an ADR (Architecture Decision Record) in the target repository's docs/adr/. Use when the user wants to document a design decision, its alternatives and consequences, or says "record this decision" / "write an ADR".

2026-07-11
create-manual-test-guide
소프트웨어 품질 보증 분석가·테스터

Generate a self-contained HTML manual-testing guide for an implemented change — environment setup, a visual test-flow diagram, step-by-step scenarios with expected results, and interactive pass/fail checkboxes with a Markdown results export. Use when the user wants to verify an implementation by hand, asks "how do I test this", or wants a verification document for a feature/branch/PR.

2026-07-11
create-onboarding-guide
소프트웨어 개발자

Generate a self-contained HTML onboarding tour of a repository — architecture diagram, directory map, key flow walkthroughs, and a recommended reading order — for new team members. Use when the user wants onboarding material, asks for a codebase overview/architecture tour, or wants to explain a repo to someone new.

2026-07-11
create-review-guide
소프트웨어 품질 보증 분석가·테스터

Generate a self-contained HTML code-review guide for the current changes — big-picture overview, architecture diagram of affected modules, a file/class responsibility map, and an annotated change walkthrough — so a reviewer can grasp the whole implementation before diving into the diff. Use when the user wants review material for a branch/PR, asks to "explain the changes for review", or wants a visual summary of what was implemented where.

2026-07-11
investigate-bug-report
소프트웨어 개발자

Investigate a reported bug to its root cause — reproduce, trace the code path, identify the defect with evidence, assess blast radius, and propose fix candidates without changing code. Use when the user reports or pastes a bug/defect/unexpected behavior and wants it diagnosed, or asks "why is X happening".

2026-07-11
capture-rule
소프트웨어 개발자

Capture a reusable, non-obvious project insight into the rules home where it will auto-inject in future sessions. Use when investigation or implementation surfaces knowledge worth persisting (a gotcha, a convention, the "why" behind a decision), or when the user asks to remember a project learning.

2026-07-03
develop-small-feature
소프트웨어 개발자

Implement a small, well-scoped feature or fix end-to-end from spec to PR — reuse or create a feature branch, implement test-first, run static checks, get user verification, commit, then open a PR to main.

2026-07-03
install-recommended-skills
기타 컴퓨터 관련 직업

Install recommended engineering skills (improve-codebase-architecture, tdd, to-issues, to-prd, codebase-design, grill-with-docs) via gh skill install.

2026-07-03
이 저장소에서 수집된 skills 21개 중 상위 8개를 표시합니다.
저장소 9개 중 9개 표시
모든 저장소를 표시했습니다