Skip to main content
Run any Skill in Manus
with one click
GitHub repository

WinAppProfiles

WinAppProfiles contains 21 collected skills from aberrantCode, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
21
Stars
0
updated
2026-07-05
Forks
0
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

release-to-main
software-developers

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
software-developers

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
software-developers

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
software-developers

Universal coding patterns, constraints, TDD workflow, atomic todos

2026-04-09
code-deduplication
software-developers

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

2026-04-09
code-review
software-quality-assurance-analysts-and-testers

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

2026-04-09
commit-hygiene
software-developers

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

2026-04-09
continue-tasks
software-developers

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
software-developers

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

2026-04-09
existing-repo
software-developers

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

2026-04-09
git-cleanup
software-developers

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
technical-writers

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
software-developers

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
software-developers

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

2026-04-09
review-tasks
software-developers

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
information-security-analysts

OWASP security patterns, secrets management, security testing

2026-04-09
session-management
software-developers

Context preservation, tiered summarization, resumability

2026-04-09
start-app
software-developers

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
software-developers

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

2026-04-09
visual-explainer
software-developers

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
software-developers

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

2026-04-09