Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
$pwd:
alexanderop
GitHub creator profile

alexanderop

Repository-level view of 184 collected skills across 32 GitHub repositories, including approximate occupation coverage.

skills collected
184
repositories
32
occupation fields
4
updated
2026-05-19
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
second-brain-nuxt
27 skills · 2026-03-15
소프트웨어 개발자웹 개발자작가·저자그래픽 디자이너비서 및 행정 보조원(법률, 의료 및 임원 제외)컴퓨터 시스템 분석가
13 occupation categories · 100% classified
15%share
#02
workoutTracker
21 skills · 2026-04-12
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터그래픽 디자이너마케팅 관리자컴퓨터·정보 시스템 관리자
5 occupation categories · 100% classified
11%share
#03
vault-astro
20 skills · 2026-04-10
파일 사무원작가·저자비서 및 행정 보조원(법률, 의료 및 임원 제외)소프트웨어 개발자기술 작가데이터 과학자
8 occupation categories · 100% classified
11%share
#04
dotfiles
14 skills · 2026-01-25
소프트웨어 개발자교육·개발 전문가마케팅 관리자소프트웨어 품질 보증 분석가·테스터전자 엔지니어(컴퓨터 제외)총괄·운영 관리자
9 occupation categories · 100% classified
7.6%share
#05
oteleexample
13 skills · 2026-04-04
소프트웨어 개발자프로젝트 관리 전문가소프트웨어 품질 보증 분석가·테스터
3 occupation categories · 100% classified
7.1%share
#06
compound-copilot
13 skills · 2026-04-04
소프트웨어 개발자프로젝트 관리 전문가소프트웨어 품질 보증 분석가·테스터일반 사무원
4 occupation categories · 100% classified
7.1%share
#07
nuxt-sync-engine
8 skills · 2026-01-31
웹 개발자소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터
3 occupation categories · 100% classified
4.3%share
#08
codemode-shop
8 skills · 2026-04-26
소프트웨어 개발자경영 분석가기술 작가소프트웨어 품질 보증 분석가·테스터
4 occupation categories · 100% classified
4.3%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
second-brain-nuxt
27 skills130updated 2026-03-15
15% of creator
mermaid
그래픽 디자이너

Must read guide on creating/editing mermaid charts with validation tools and syntax reference for all diagram types

2026-03-15
walkthrough
컴퓨터 시스템 분석가

Generate interactive HTML walkthroughs with clickable Mermaid diagrams (flowcharts and ER diagrams) that explain codebase features, flows, architecture, and database schemas. Use when asked to "walkthrough", "explain this flow", "how does X work", "trace the code path", "annotated diagram", "code walkthrough", "explain the architecture of", "walk me through", "database schema", "explain the tables", "data model".

2026-03-15
adding-notes
파일 사무원

Create a note from any resource: URL, book, podcast, article, video, GitHub repo, Reddit thread, PDF, quote, or raw idea. Trigger on "add", "save", "capture", "note this", "take notes on", or any request to record content in the knowledge base.

2026-03-15
adding-tweets
소프트웨어 개발자웹 개발자

Add tweets to the Second Brain. Use when the user provides a Twitter/X URL and pasted tweet content, asking to "add a tweet", "save this tweet", or "capture this tweet".

2026-03-15
asking-notes
소프트웨어 개발자

Query your Second Brain with keyword search. Use when asked to "ask my notes", "what do I know about", "query my knowledge", "/ask", or when the user has a question that their notes might answer.

2026-03-15
creating-obsidian-templates
웹 개발자

Create Obsidian templates for the Second Brain vault. Use when asked to "create a template", "make a template for", "add an Obsidian template", or "template for X".

2026-03-15
daily-note
소프트웨어 개발자

Create or update today's private journal entry. Use when asked to "daily note", "journal", "log today", "morning pages", or "capture thoughts".

2026-03-15
demo-2-1-features
소프트웨어 개발자

Demo skill showing all Claude Code 2.1 features. Use when asked to "demo 2.1" or "show new skill features".

2026-03-15
Showing top 8 of 27 collected skills in this repository.
#002
workoutTracker
21 skills120updated 2026-04-12
11% of creator
check
소프트웨어 품질 보증 분석가·테스터

Review current code changes by dispatching parallel specialized review agents (Vue, TypeScript, a11y, performance, security, tests). Use proactively before committing or opening a PR, or when the user asks to "review", "check", "audit", or "look over" their changes.

2026-04-12
fix-pipeline
소프트웨어 개발자

Inspect GitHub Actions / CI status for the current branch and plan fixes when checks fail. Use proactively after pushing, or when the user mentions "CI", "pipeline", "GitHub Actions", "failing checks", "build failing", or asks "why is CI red".

2026-04-12
lint
소프트웨어 개발자

Run ESLint across the project and fix reported errors and warnings. Use when the user asks to "lint", "fix lint errors", "run eslint", or before committing/shipping to ensure a clean lint pass.

2026-04-12
merge-and-branch
소프트웨어 개발자

Squash-merge the current PR into main, delete the branch, pull latest, and start a new feature branch. Use when the user says "merge this PR", "merge and start new branch", or is done with a PR and ready to start the next task.

2026-04-12
pr
소프트웨어 개발자

Generate or update a structured pull request with summary, user impact, acceptance criteria, QA scope, risk areas, and executable test scenarios, then open it with GitHub CLI.

2026-04-12
research
소프트웨어 개발자

Deep research on a technical problem using parallel subagents for web docs, Stack Overflow, and codebase exploration, saving a markdown report to docs/research/. Use when the user says "research X", "investigate X", "find out how X works", or needs evidence-based recommendations before implementing.

2026-04-12
review-coderabbit
소프트웨어 품질 보증 분석가·테스터

Fetch CodeRabbit review comments on the current PR, validate each against project conventions, implement valid fixes, and reply to resolve each conversation. Use proactively when CodeRabbit leaves review comments, or when the user says "review coderabbit", "address coderabbit feedback", or "fix coderabbit comments".

2026-04-12
ship
소프트웨어 개발자

End-to-end delivery: commit staged changes, push to remote, and open a pull request in one flow (runs /push then /pr). Use when the user says "ship it", "ship this", "ship the changes", or wants to go from working tree to open PR in one step.

2026-04-12
Showing top 8 of 21 collected skills in this repository.
#003
vault-astro
20 skills00updated 2026-04-10
11% of creator
adding-notes
비서 및 행정 보조원(법률, 의료 및 임원 제외)

Ingest a new source into the LLM Wiki. Save the full captured resource under src/content/notes/sources/ first, then create or update the maintained wiki summary/synthesis entry, index, and log. Trigger on "add", "save", "capture", "note this", "take notes on", or any request to record content in the knowledge base.

2026-04-10
asking-notes
파일 사무원

Query the maintained wiki layer first, then fall back to sources when needed. Use when asked to "ask my notes", "what do I know about", "query my knowledge", "/ask", or when the user has a question that the wiki might answer.

2026-04-10
weekly-review
임원 비서 및 행정 보좌관

Summarize the past week's daily journal entries. Use when asked to "weekly review", "review the week", "summarize this week", or "week summary".

2026-04-10
moc-curator
파일 사무원

Curate wiki maps and clustering pages for the LLM Wiki. Use when asked to "curate MOCs", "update maps", "find clusters", "what MOCs need updating", or "organize my notes".

2026-04-10
reviewing-notes
파일 사무원

Audit the maintained wiki for quality and maintenance issues. Use when asked to "review notes", "check content quality", "audit my knowledge base", or "find broken links".

2026-04-10
weekly-newsletter
작가·저자

Generate a weekly newsletter summarizing resources added last week. Use when asked to "weekly newsletter", "newsletter", "what did I add this week", "generate newsletter", or "Monday newsletter".

2026-04-10
adding-tweets
파일 사무원

Add tweets to the Second Brain. Use when the user provides a Twitter/X URL and pasted tweet content, asking to "add a tweet", "save this tweet", or "capture this tweet".

2026-04-06
creating-obsidian-templates
소프트웨어 개발자

Create Obsidian templates for the Second Brain vault. Use when asked to "create a template", "make a template for", "add an Obsidian template", or "template for X".

2026-04-06
Showing top 8 of 20 collected skills in this repository.
#004
dotfiles
14 skills90updated 2026-01-25
7.6% of creator
Showing top 8 of 14 collected skills in this repository.
#005
oteleexample
13 skills00updated 2026-04-04
7.1% of creator
brainstorm
프로젝트 관리 전문가

Explore requirements and approaches through collaborative dialogue before writing a right-sized requirements document and planning implementation. Use for feature ideas, problem framing, when the user says 'let's brainstorm', or when they want to think through options before deciding what to build.

2026-04-04
compound
소프트웨어 개발자

Document a solved problem as reusable institutional knowledge with parallel research. Use when the user says 'document this', 'compound', 'save learnings', or wants to capture a solution for future reference.

2026-04-04
cplan
소프트웨어 개발자

Research the codebase and create a structured implementation plan. Use when the user says 'plan this', 'create a plan', 'how should we implement', or wants to turn a feature description into a structured implementation plan.

2026-04-04
create-agent
소프트웨어 개발자

Scaffold a new custom agent — reviewers, researchers, or workflow agents. Use when asked to create, scaffold, or add a new agent.

2026-04-04
deepen
프로젝트 관리 전문가

Enhance an existing plan with parallel research agents for depth, best practices, and implementation details. Use when the user says 'deepen the plan', 'research more', or when a plan has high-risk dimensions that need more investigation.

2026-04-04
document-review
프로젝트 관리 전문가

Review requirements or plan documents using parallel persona agents that surface role-specific issues. Use when a requirements document or plan document exists and the user wants to improve it, or when invoked by /cplan for quality gating.

2026-04-04
git-commit-push-pr
소프트웨어 개발자

Commit, push, and open a PR with an adaptive, value-first description. Use when the user says "commit and PR", "push and open a PR", "ship this", "create a PR", "open a pull request", or wants to go from working changes to an open pull request in one step. Also handles "update the PR description" or "refresh the PR description".

2026-04-04
git-commit
소프트웨어 개발자

Create a git commit with a clear, value-communicating message. Use when the user says "commit", "commit this", "save my changes", "create a commit", or wants to commit staged or unstaged work. Produces well-structured commit messages that follow repo conventions when they exist, and defaults to conventional commit format otherwise.

2026-04-04
Showing top 8 of 13 collected skills in this repository.
#006
compound-copilot
13 skills00updated 2026-04-04
7.1% of creator
cbrainstorm
프로젝트 관리 전문가

Explore requirements and approaches through collaborative dialogue before writing a right-sized requirements document and planning implementation. Use for feature ideas, problem framing, when the user says 'let's brainstorm', or when they want to think through options before deciding what to build.

2026-04-04
ccompound
일반 사무원

Document a solved problem as reusable institutional knowledge with parallel research. Use when the user says 'document this', 'compound', 'save learnings', or wants to capture a solution for future reference.

2026-04-04
ccreate-agent
소프트웨어 개발자

Scaffold a new custom agent — reviewers, researchers, or workflow agents. Use when asked to create, scaffold, or add a new agent.

2026-04-04
cdeepen
프로젝트 관리 전문가

Enhance an existing plan with parallel research agents for depth, best practices, and implementation details. Use when the user says 'deepen the plan', 'research more', or when a plan has high-risk dimensions that need more investigation.

2026-04-04
cdocument-review
프로젝트 관리 전문가

Review requirements or plan documents using parallel persona agents that surface role-specific issues. Use when a requirements document or plan document exists and the user wants to improve it, or when invoked by /cplan for quality gating.

2026-04-04
cgit-commit-push-pr
소프트웨어 개발자

Commit, push, and open a PR with an adaptive, value-first description. Use when the user says "commit and PR", "push and open a PR", "ship this", "create a PR", "open a pull request", or wants to go from working changes to an open pull request in one step. Also handles "update the PR description" or "refresh the PR description".

2026-04-04
cgit-commit
소프트웨어 개발자

Create a git commit with a clear, value-communicating message. Use when the user says "commit", "commit this", "save my changes", "create a commit", or wants to commit staged or unstaged work. Produces well-structured commit messages that follow repo conventions when they exist, and defaults to conventional commit format otherwise.

2026-04-04
cgit-worktree
소프트웨어 개발자

Manage Git worktrees for isolated parallel development. Use when the user wants to work on multiple features in parallel, review code in isolation, or needs a clean workspace. Handles creating, listing, switching, and cleaning up worktrees.

2026-04-04
Showing top 8 of 13 collected skills in this repository.
#007
nuxt-sync-engine
8 skills70updated 2026-01-31
4.3% of creator
antfu
소프트웨어 개발자

Anthony Fu's opinionated tooling and conventions for JavaScript/TypeScript projects. Use when setting up new projects, configuring ESLint/Prettier alternatives, monorepos, library publishing, or when the user mentions Anthony Fu's preferences.

2026-01-31
nuxt
웹 개발자

Nuxt full-stack Vue framework with SSR, auto-imports, and file-based routing. Use when working with Nuxt apps, server routes, useFetch, middleware, or hybrid rendering.

2026-01-31
vite
웹 개발자

Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, vite.config.ts, Vite plugins, or building libraries/SSR apps with Vite.

2026-01-31
vitepress
웹 개발자

VitePress static site generator powered by Vite and Vue. Use when building documentation sites, configuring themes, or writing Markdown with Vue components.

2026-01-31
vue-best-practices
웹 개발자

MUST be used for Vue.js tasks. Strongly recommends Composition API with `<script setup>` and TypeScript as the standard approach. Covers Vue 3, SSR, Volar, vue-tsc. Load for any Vue, .vue files, Vue Router, Pinia, or Vite with Vue work. ALWAYS use Composition API unless the project explicitly requires Options API.

2026-01-31
vue-router-best-practices
웹 개발자

Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.

2026-01-31
vue
웹 개발자

Vue 3 Composition API, script setup macros, reactivity system, and built-in components. Use when writing Vue SFCs, defineProps/defineEmits/defineModel, watchers, or using Transition/Teleport/Suspense/KeepAlive.

2026-01-31
vue-testing-best-practices
소프트웨어 품질 보증 분석가·테스터

Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.

2026-01-31
#008
codemode-shop
8 skills00updated 2026-04-26
4.3% of creator
good-docs-writer
기술 작가

Turn a topic into a structured blog-post draft using Good Docs templates with blog voice. Triggers: "$good-docs-writer <intent> <topic>", "write a blog post about X", "draft a blog post on X".

2026-04-26
walkthrough
소프트웨어 개발자

Generates a self-contained HTML walkthrough of a codebase feature, flow, architecture, or schema. Triggers: "$walkthrough", "walk me through", "trace the code path", "explain this flow", "visualize the data model".

2026-04-26
brain
경영 분석가

Read/write brain files (Obsidian vault at brain/). Triggers: brain/ modifications, "add to brain".

2026-04-25
meditate
소프트웨어 개발자

Audit and evolve the brain vault — prune outdated content, discover cross-cutting principles, review skills for structural encoding opportunities. Triggers: "meditate", "audit the brain".

2026-04-25
plan
소프트웨어 개발자

Break down medium-to-large tasks into phased plans in brain/plans/. Planning only — does not implement. Use for new features, multi-file refactors, or architectural changes — not small fixes. Triggers: "plan this", "break this down".

2026-04-25
reflect
소프트웨어 개발자

Reflect on the conversation and update the brain. Use when wrapping up, after mistakes or corrections, or when significant codebase knowledge was gained. Triggers: "reflect", "remember this".

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

Principle-grounded review of code changes, PRs, or plans. Use when asked to review, critique, or assess quality of work — "review", "review this", "code review", "check this".

2026-04-25
ruminate
소프트웨어 개발자

Mine past Claude Code conversations for uncaptured patterns, corrections, and knowledge. Cross-references with existing brain content. Triggers: "ruminate", "mine my history".

2026-04-25
#009
MarkVim
6 skills41updated 2025-11-22
3.3% of creator
test-vue-composable
소프트웨어 품질 보증 분석가·테스터

Guide for unit testing Vue 3 Composables using Vitest. Use this skill when writing tests for Vue logic to determine the correct testing strategy based on whether the composable is independent, relies on lifecycle hooks (onMounted), or uses dependency injection (provide/inject).

2025-11-22
brainstorming
소프트웨어 개발자

Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes

2025-11-22
systematic-debugging
소프트웨어 개발자

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions

2025-11-22
root-cause-tracing
소프트웨어 개발자

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior

2025-11-22
test-driven-development
소프트웨어 품질 보증 분석가·테스터

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

2025-11-22
writing-plans
프로젝트 관리 전문가

Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge

2025-11-22
#010
vue-template
6 skills11updated 2026-05-14
3.3% of creator
#011
effectclanker
6 skills00updated 2026-05-14
3.3% of creator
brain
경영 분석가

Read/write the docs/ vault — this project's persistent memory. Use for any task that persists knowledge: reflection, planning, gotchas, principles, or direct edits. Triggers: docs/ modifications, "add to docs", "remember this".

2026-05-14
design-spec
소프트웨어 개발자

Turn a rough feature request into a concrete spec file at `specs/pending/<slug>.md`. Read the codebase first, then ask the user targeted questions, then write the spec. Use when the user says "design a spec", "spec this out", "/design-spec", or hands you a feature idea that needs to become a concrete spec before implementation starts.

2026-05-14
meditate
서신 담당 사무원

Audit and evolve docs/ — prune outdated content, discover cross-cutting principles, review skills for structural encoding opportunities. Triggers: "meditate", "audit the docs".

2026-05-14
ruminate
경영 분석가

Mine past Claude Code conversations for uncaptured patterns, corrections, and knowledge. Cross-references with existing docs/. Triggers: "ruminate", "mine my history".

2026-05-14
writing-interactive-explainers
소프트웨어 개발자

Produces a single-file interactive HTML explainer (dark theme, embedded React demos via CDN) by editing a self-contained template in place, written in Josh Comeau's conversational voice. Use when the user asks for an "interactive guide", "blog post explainer", "Josh Comeau style writeup", "visual deep-dive", "make this visual", or wants to turn a technical topic into a learning page with playable demos.

2026-05-14
reflect
경영 분석가

Reflect on the conversation and update docs/. Use when wrapping up, after mistakes or corrections, or when significant codebase knowledge was gained. Complements the automatic Stop-hook reflection (`.claude/hooks/docs-reflection.sh`) — invoke this manually for a deeper pass. Triggers: "reflect", "remember this".

2026-05-14
#012
nuxt-agent-doc
6 skills00updated 2026-05-03
3.3% of creator
저장소 32개 중 12개 표시