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

WinAppProfiles

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

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

이 저장소의 skills

release-to-main
소프트웨어 개발자

Use when the user wants to merge dev into main for a production release — covers rebasing dev from main if behind, automatic semantic versioning from conventional commits, merge commit, release tagging, and syncing dev back onto main.

2026-07-05
ship-to-dev
소프트웨어 개발자

Use when the user wants to ship current working changes through a feature branch PR into the DEV branch — covers pulling latest, staging, committing, pushing, PR creation, merge, branch cleanup, and syncing DEV locally.

2026-07-05
analyze-features
소프트웨어 개발자

Audit all feature specs in docs/features/ against the current template, CAP-ID standards, open questions, logical gaps, and plan coverage — then request user authorization before making any changes

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

Universal coding patterns, constraints, TDD workflow, atomic todos

2026-04-09
code-deduplication
소프트웨어 개발자

Prevent semantic code duplication with capability index and check-before-write

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

Mandatory code reviews via /code-review before commits and deploys

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

Atomic commits, PR size limits, commit thresholds, stacked PRs

2026-04-09
continue-tasks
소프트웨어 개발자

Run the full HomeRadar project orchestration loop — picks up the next todo task, spawns the appropriate agent, and iterates until all tasks are complete

2026-04-09
database-schema
소프트웨어 개발자

Schema awareness - read before coding, type generation, prevent column errors

2026-04-09
existing-repo
소프트웨어 개발자

Analyze existing repositories, maintain structure, setup guardrails and best practices

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

Audits and removes stale git worktrees and branches (local + remote origin) that have been merged into `dev`. Use this whenever the user wants to clean up branches, prune stale worktrees, remove merged branches, tidy up the repo, or do any kind of branch housekeeping. Also trigger when the user says things like "let's clean up the repo", "what branches can I delete", "remove old branches", or asks about git branch hygiene — even if they don't use the word "stale". Always invoke this skill before manually running git branch -d or git worktree remove commands.

2026-04-09
guide-assistant
기술 작가

Personal assistant for walking the user step-by-step through any markdown file, manual, guide, runbook, or instruction document. Use this skill whenever the user says things like "walk me through", "run me through", "guide me through", "step me through", or references a .md file, manual, runbook, or guide they want help executing. Also invoke when the user provides a file path to a markdown document and asks for help following it. ALWAYS use AskUserQuestion for every prompt to the user — never just print a question as plain text.

2026-04-09
project-manager
소프트웨어 개발자

Automated project implementation orchestrator that drives feature-driven development from a single initial prompt through to completed code. Use this skill when the user invokes /continue-tasks, /review-tasks, /update-tasks, /init-features, or /reinit. Also trigger proactively when docs/INITIAL_PROMPT.md exists and the user says anything like "move forward", "keep building", "what's next", "continue the implementation", or "start working on the project". This skill manages the full lifecycle: extracting feature specs via interview, generating phased implementation plans, spawning typed agents to execute tasks, monitoring completion sentinels, recovering from failures, and archiving finished work — all driven by markdown files that act as the shared state between orchestrator and worker agents.

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

Archive legacy plans and tasks, normalize all feature specs to the current template, then launch the full orchestration loop

2026-04-09
review-tasks
소프트웨어 개발자

Dry-run project status report. Produces a read-only snapshot of all feature specs, plans, and task progress without spawning any agents or modifying any files. Use this when the user invokes /review-tasks or asks for a project status snapshot, completion percentage, or "what's left".

2026-04-09
security
정보 보안 분석가

OWASP security patterns, secrets management, security testing

2026-04-09
session-management
소프트웨어 개발자

Context preservation, tiered summarization, resumability

2026-04-09
start-app
소프트웨어 개발자

Start any type of modern application — web apps, APIs, full-stack projects, Docker-based stacks, microservices, and more. Use this skill whenever the user wants to run, launch, start, execute, or spin up an application or service. Trigger it even when the user says "start the app", "run it", "boot it up", "kick it off", "get it running", "spin it up", or any similar phrase. Also trigger when the user asks how to run the project, which command starts the UI, how to get the dev environment going, or when a prompt includes a technology name alongside a run/start intent (e.g. "start the Next.js app", "run the FastAPI server", "launch the Docker stack").

2026-04-09
update-tasks
소프트웨어 개발자

Sync active task files — checks for completion sentinels and updates plan status without re-running any tasks

2026-04-09
visual-explainer
소프트웨어 개발자

Generate beautiful, self-contained HTML pages that visually explain systems, code changes, plans, and data. Use when the user asks for a diagram, architecture overview, diff review, plan review, project recap, comparison table, or any visual explanation of technical concepts. Also use proactively when you are about to render a complex ASCII table (4+ rows or 3+ columns) — present it as a styled HTML page instead.

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

Multi-repo and monorepo awareness — topology analysis, API contract tracking, cross-repo context

2026-04-09