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

dotfiles

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

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

이 저장소의 skills

skill-creator
소프트웨어 개발자

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

2026-07-14
skill-forge
소프트웨어 개발자

Collaboratively build or edit strong LLM instruction files — skills (SKILL.md), agent instruction files, and slash-command instructions — by orchestrating three specialist skills: skill-creator (mechanics + authoring), prompt-engineer (LLM-instruction quality), and doc-coauthoring (prose, structure, economy). Use this whenever the user wants to create a new skill or agent file, workshop a draft, or edit/improve an existing one and wants it reviewed for quality before landing — even if they only say "make a skill for X", "tighten this skill", "fix the description on my agent", or "help me write a SKILL.md". Prefer this over invoking skill-creator, prompt-engineer, or doc-coauthoring alone when the goal is a production-quality instruction file.

2026-07-14
project-init
소프트웨어 개발자

Scaffold or refresh a project- and branch-specific session memory file that captures turn protocol, current task list, decisions log, and open ambiguities for the current git repo. The file is written to the session's auto-memory directory and indexed in MEMORY.md so it auto-loads on future sessions in the same CWD on the same branch. Trigger when the user types `/project-init`, asks to "set up this project/branch", "kick off work on this repo", "init project memory", "scaffold this workspace", "create a session memory file for this branch", or otherwise asks for branch-scoped persistent memory and turn protocol. Trigger eagerly when the user is starting fresh work in a repo and wants per-branch memory across sessions, even without naming the skill explicitly. Do NOT trigger on session open or on a fresh session by itself — this skill is opt-in.

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

Code review best practices. Use when user wants to review code, asks for code review checklist, or mentions "code review."

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

Autonomously generates and executes a conventional commit. Use when the user says: "commit", "make a commit", "conventional commit", "/commit", or "commit my changes". Inspects staged/unstaged changes, derives the correct type and scope, writes a Conventional Commits-compliant message, and runs `git commit` without the user needing to write the message manually.

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

Create a README.md file for the project. Use when the user asks to generate, write, or update a project README.

2026-04-01
doc-coauthoring
시장조사 분석가·마케팅 전문가

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

2026-04-01
env-lookup
소프트웨어 개발자

Resolves environment variables, including tool-agnostic abstractions like $AI_CONFIG_DIR and $MEMORY_DIR. Use when any skill or agent needs to look up an environment variable or resolve a path from the environment.

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

Generates, creates, and maintains a Pull Request title and description based on branch commits. Use when the user says: "create PR", "open a PR", "generate PR description", "write a PR", "update PR description", "review the PR", "PR title and description", or "update the PR". PR title follows Conventional Commits format. Updates an existing PR when new commits are added or a review is requested.

2026-04-01
prompt-engineer
기술 작가

Expert at writing, reviewing, and improving prompts and instruction files for LLMs (Claude, GitHub Copilot, ChatGPT, or any AI assistant). Use this skill whenever the user wants to write a new system prompt, CLAUDE.md, agent instruction file, copilot-instructions.md, skill file, or any directive intended for an AI — or when they want to improve, audit, or debug an existing one. Also triggers when the user says their AI "isn't following instructions", "keeps hallucinating", "doesn't understand the task", or asks why a prompt "isn't working". The goal is always the same: zero ambiguity, 100% task confidence.

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

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

2026-04-01