Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

agent-notes

agent-notes enthält 28 gesammelte Skills von rubakas, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
28
Stars
4
aktualisiert
2026-07-16
Forks
2
Berufsabdeckung
7 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

code-review
Softwarequalitätssicherungsanalysten und -tester

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".

2026-07-16
chrome-test
Softwarequalitätssicherungsanalysten und -tester

Browser-test handoff via a profile-aware file bus between this dev session and a `claude --chrome` session. Use after frontend work is locally testable or on /chrome-test.

2026-07-12
codebase-design
Softwareentwickler

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

2026-07-12
diagnosing-bugs
Softwareentwickler

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

2026-07-12
domain-modeling
Softwareentwickler

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.

2026-07-12
grill-me
Projektmanagementspezialisten

A relentless interview to sharpen a plan or design.

2026-07-12
grill-with-docs
Projektmanagementspezialisten

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

2026-07-12
grilling
Projektmanagementspezialisten

Grill the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.

2026-07-12
handoff
Softwareentwickler

Compact the current conversation into a handoff document for another agent to pick up.

2026-07-12
improve-codebase-architecture
Softwareentwickler

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

2026-07-12
prototype
Softwareentwickler

Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.

2026-07-12
research
Marktforschungsanalysten und Marketingspezialisten

Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.

2026-07-12
setup-agent-tracker
Softwareentwickler

Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.

2026-07-12
tdd
Softwarequalitätssicherungsanalysten und -tester

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

2026-07-12
to-spec
Projektmanagementspezialisten

Turn the current conversation into a spec and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.

2026-07-12
to-tickets
Projektmanagementspezialisten

Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in one file per ticket locally, or native blocking links on a real tracker.

2026-07-12
triage
Projektmanagementspezialisten

Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.

2026-07-12
wayfinder
Projektmanagementspezialisten

Plan a huge chunk of work — more than one agent session can hold — as a shared map of investigation tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

2026-07-12
writing-great-skills
Sonstige Computerberufe

Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.

2026-07-12
git
Softwareentwickler

Git workflow: analyzing changes, chunking commits, conventional commit messages. Use when user asks to commit, create a PR, or says 'git'.

2026-07-12
refactoring-protocol
Softwareentwickler

Safe refactoring: green tests first, one extraction at a time, structure OR behavior never both. Use when user wants to refactor code, reduce duplication, or says 'clean this up'. For an iterative multi-dimensional cleanup loop use rsi; for module or interface redesign use improve-codebase-architecture.

2026-06-13
rsi
Softwareentwickler

Recursive code-improvement loop: iteratively harden an existing codebase across bugs, performance, quality, consistency/homogeneity, pattern adherence, tests, atomicity, independence, and DRY — strictly without adding functionality. Use when the user wants to improve, clean up, or harden existing code, says 'rsi', or asks to raise code quality without new features. For a single one-shot refactor use refactoring-protocol; for module or interface redesign use improve-codebase-architecture.

2026-06-13
migrate-memory
Softwareentwickler

Reconcile the Obsidian vault or Wiki knowledge base to the latest canonical format. Use after upgrading agent-notes or when vault structure looks outdated or inconsistent.

2026-06-12
obsidian-memory
Ablagesachbearbeiter

Save and retrieve agent memory in the Obsidian vault using agent-notes CLI. Defines the single record format for all memory notes. Use when saving decisions, patterns, or session state to the vault.

2026-05-19
ingest
Datenbankarchitekten

Ingest the current project or external sources (URLs, files, folders) into the knowledge base. Adapts to the active memory backend: wiki (Karpathy flow with raw archiving, fan-out, cross-ref) or obsidian (category-mapped notes with session linking). Use when user says 'ingest', provides a URL/file/folder to learn from, or wants to create knowledge about the current codebase.

2026-05-12
docker
Softwareentwickler

Docker development: Dockerfiles, Compose, multi-stage builds, and service patterns. Context7-style: loads only the relevant reference on demand.

2026-05-10
rails
Softwareentwickler

Rails development: models, controllers, views, testing, frontend, and infrastructure. Context7-style: loads only the relevant reference on demand.

2026-05-10
brainstorming
Softwareentwickler

Explore multiple approaches before committing — read context, surface tradeoffs, then decide. Use when user wants to compare options, design an API, or says 'brainstorm'.

2026-04-30