Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

WinAppProfiles

WinAppProfiles 收录了来自 aberrantCode 的 21 个 skills,并提供仓库级职业覆盖和站内 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