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

dotfiles

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

수집된 skills
26
Stars
2
업데이트
2026-06-26
Forks
0
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

executing-plans
소프트웨어 개발자

Use when you have a written implementation plan to execute in a separate session with review checkpoints

2026-06-26
subagent-driven-development
소프트웨어 개발자

Use when executing implementation plans with independent tasks in the current session

2026-06-26
writing-plans
소프트웨어 개발자

Use when you have a spec or requirements for a multi-step task, before touching code

2026-06-26
mvp-grill
프로젝트 관리 전문가

Fast, MVP-focused grilling session for plans, prototypes, designs, or feature ideas. Use when the user wants to stress-test direction, clarify assumptions, reduce scope, or get challenged without a long decision-tree interview.

2026-06-11
orchestrate-agent-clis
소프트웨어 개발자

Execute and orchestrate multiple AI agent CLIs (agy, Codex, Cursor, Claude Code, Pi) for getting alternative opinions, comparing approaches, or leveraging different AI models' strengths. Use when the user explicitly mentions agent names like "ask agy", "ask cursor", "ask codex", "ask pi", "use composer", "use pi", "try grok", or when needing diverse perspectives on complex problems, alternative implementation approaches, or multi-agent collaboration.

2026-06-10
video-summary
소프트웨어 개발자

Summarize a video (URL or local path) by pulling captions first, falling back to audio-only transcription, and optionally extracting frames for visual summaries. Use when the user pastes a YouTube/Vimeo/X/etc URL, points at a local video file, or asks to summarize, watch, or extract takeaways from a video. Triggers on "summarize this video", "what's in this video", "watch this", URLs ending in /watch, /shorts, common video extensions (.mp4/.mov/.mkv/.webm).

2026-06-10
multi-provider-web-search
뉴스 분석가·기자·저널리스트

Multi-provider web search fanout across Exa, Tavily, Brave, LangSearch, and Marginalia with parallel dispatch, dedupe, and AI summary. Use ONLY on explicit user intent for a named provider (Exa, Tavily, Brave, LangSearch, Marginalia), cross-provider fanout, semantic code/paper search, indie small-web search, or when native web search returned weak results. Do NOT auto-pick on generic search queries; native WebSearch is preferred for those.

2026-06-08
jira-atlassian-cli
소프트웨어 개발자

Load before any Jira interaction or mcp__atlassian__* call. Holds required field values (team ID, sprint IDs, custom field mappings) unavailable elsewhere; skipping causes missing fields on created tickets. Triggers: Jira URLs, ticket keys (e.g. ABC-123), MCP tools mcp__atlassian__*, acli, or keywords create/read/edit/search/transition, ticket, Jira, issue, sprint, backlog, refinement, work item.

2026-06-03
code-simplify
소프트웨어 개발자

Simplify and reduce code while preserving behavior. Use when the user asks to simplify, clean up, refactor, audit, report on, or reduce recently changed code. Supports apply mode for edits and report mode for findings only.

2026-05-28
review-branch
소프트웨어 품질 보증 분석가·테스터

Review current branch changes against a target branch. Use when the user asks to review a branch, review changed files, compare current work to main, origin HEAD, or master, or run a file-by-file code review with aggregated markdown results.

2026-05-28
test-simplify
소프트웨어 품질 보증 분석가·테스터

Simplify and reduce tests while preserving coverage. Use when the user asks to simplify, deduplicate, reduce, or clean up test files using techniques such as equivalence class partitioning, decision tables, or pairwise testing.

2026-05-28
obsidian-mechanics
소프트웨어 개발자

Personal Obsidian CLI mechanics and patterns not covered by the base `obsidian-cli` skill. Load when driving the Obsidian CLI for content creation, file operations, vault hygiene, or version history. Triggers on: "search my vault", "find notes about", "show orphan notes", "find broken links", "rename this note", "move this note", "show note history", "restore version", "list backlinks", "show outline", "heredoc obsidian", "obsidian fallback", "vault hygiene".

2026-05-28
project-notes
소프트웨어 개발자

Durable repo-specific notes: project findings, investigations, decisions, coding lessons, failure analyses, and implementation findings. Distinct from the agent's native memory feature. Triggers: "save to project notes", "project notes", "save this to my notes", "note this for the project", "log this finding", "save project notes", "save this project finding", "log this investigation", "coding lesson", "project decision", "remember this for this repo", "document this bug investigation".

2026-05-28
second-brain
소프트웨어 개발자

Second-brain long-term wiki notes and personal documentation. High-priority over generic Obsidian skills for vault content routing. Load this first when the user asks to search, read, create, update, move, or organize notes in their vault. Routes reusable knowledge and vault-wide personal docs. Triggers: "second brain", "my vault", "Obsidian", "my notes", "my wiki", "save to second brain", "what do I have on", "find notes about", "quick note", "daily note".

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

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

2026-05-20
verification-before-completion
소프트웨어 품질 보증 분석가·테스터

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

2026-05-20
create-pull-request
소프트웨어 개발자

Canonical rules for creating GitHub pull requests via `gh` - title, body format, visibility gate, and creation workflow. Load on any intent to open, create, or draft a pull request. Triggers include explicit asks ("open PR", "create PR", "gh pr create", "ship PR", "draft PR", "let's PR this") and implicit signals (user just finished a branch and is wrapping up, related slash command invoked).

2026-05-19
replying-to-pr-review-threads
소프트웨어 품질 보증 분석가·테스터

Use when a `discussion_rNNN` URL anchor appears, when replying to a specific PR review comment (CodeRabbit, human reviewer), reading all reviews on a PR with their replies as a tree, or resolving review threads from the CLI. Triggers on "reply to coderabbit", "answer this review comment", "read all reviews on PR", "show review threads", "resolve this thread".

2026-05-19
grill-me
프로젝트 관리 전문가

Interview the user about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

2026-05-17
git-commit-message
소프트웨어 개발자

Rules for git commits - format, staging, visibility gate, workflow. Load on intent to commit, stage, or compose a commit message. Triggers: "commit", "write a commit message", "stage this", "let's ship", "ready to push", conventional commit, selected file `.git/COMMIT_EDITMSG`, wrapping up work, related slash command.

2026-05-17
create-git-branch
소프트웨어 개발자

Rules for creating new git branches - naming and workflow. Load on intent to start a branch. Triggers: "new branch", "create branch", "checkout -b", "switch -c", "start branch", "branch off", or Jira ticket as starting point.

2026-05-16
css
웹 개발자

Enforces strict CSS and CSS Modules policies for ALL CSS authoring, including stylesheet files (.css/.scss/.module.css) and CSS-in-JS (styled-components, Emotion, vanilla-extract, styled-jsx, Stitches, template literal styles embedded in TS/JS files). Use when creating, writing, or editing ANY CSS, styled component, or inline style block. Triggers include: component styles, global stylesheets, theme files, design tokens, animations, keyframes, utility classes, styled.X or styled() definitions, or any agent-authored CSS content.

2026-05-16
frontend-unit-test
소프트웨어 품질 보증 분석가·테스터

Writes unit tests for JavaScript/TypeScript and frontend projects using Vitest or Jest. Use when writing or running tests.

2026-05-16
neovim-documentation
소프트웨어 개발자

Load before any Neovim help, documentation, or Lua API lookup. Defines how to read Neovim docs from disk or online. Reading docs via `nvim --headless` or any other `nvim` subprocess is FORBIDDEN; Triggers: "Neovim docs", `:help`, `:h <topic>`, `runtime/doc`, Neovim Lua API lookups, "how does Neovim do X" questions.

2026-05-16
react
웹 개발자

Writes React components and hooks using TypeScript. Use when creating or modifying React components, hooks, or JSX.

2026-05-16
typescript-and-javascript
소프트웨어 개발자

Enforces strict TypeScript and JavaScript style policies for ALL .ts/.tsx/.js/.jsx file operations. Use when creating, writing, or editing ANY TS/JS code. Triggers include: components, hooks, services, utilities, classes, interfaces, types, schemas, tests, scripts, configuration files, or any agent-authored TS/JS content.

2026-05-16