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

dotfiles

dotfiles contains 7 collected skills from kaofelix, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
7
Stars
1
updated
2026-07-20
Forks
1
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

pair-programming
software-developers

Human-navigated, agent-driven pair programming through small design increments and natural handoffs.

2026-07-20
safe-refactoring
software-developers

Refactor code when the user wants behavior-preserving cleanup or raises a structural concern such as a large method, duplication, mixed responsibilities, awkward control flow, misplaced logic, or difficult naming—even when they are still exploring what to change. Use for extracting, moving, simplifying, reorganizing, renaming internals, and replacing implementations without changing behavior. Route behavior changes and bug fixes to test-driven-development; styling and declarative configuration use targeted verification instead.

2026-07-20
test-driven-development
software-quality-assurance-analysts-and-testers

Test-drive meaningful application-owned behavior when adding or changing domain rules, interactions, state transitions, authorization, calculations, persistence, API contracts, or fixing bugs—even when the user does not request TDD. Route behavior-preserving structural work to safe-refactoring. Styling, declarative metadata or configuration, generated code, dependency upgrades, mechanical wiring, and test-only maintenance use targeted verification instead.

2026-07-20
martin-fowler-refactoring
software-developers

Apply Martin Fowler's catalog to identify code smells and select systematic refactorings.

2026-07-20
pi-sessions-duckdb
software-developers

Inspect Pi session conversations and analyze session logs with DuckDB. Use when asked what happened in a session, to summarize or extract conversation fragments, to read user/assistant messages without tool traffic or thinking, to find debugging evidence, or to calculate session, message, and tool-use statistics from ~/.pi/agent/sessions/**.

2026-07-20
fly-sprites
software-developers

Operate Fly.io Sprites via the `sprite` CLI as persistent remote Linux machines. Use when asked to create, list, select, inspect, use, or destroy a Sprite; run commands with `sprite exec`, open an interactive shell with `sprite console`, install packages, clone repos, edit files, serve or expose an app, check or change a Sprite URL, proxy ports, create/list/inspect/restore checkpoints, or troubleshoot common Sprite workflows including wake-up behavior, wrong target selection, auth, networking, and storage.

2026-04-08
gob
software-developers

Process manager for long-running background processes. Use when starting development servers, watching files, or running commands that need to continue in the background while agent continues working.

2026-01-29