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

project-rules-generator

project-rules-generator enthält 23 gesammelte Skills von Amitro123, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
23
Stars
2
aktualisiert
2026-06-01
Forks
0
Berufsabdeckung
5 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

brainstorming
Softwareentwickler

When the user wants to add a new feature or capability. When the user says "I want to build" or "I'm thinking about". When requirements are unclear and need to be refined.

2026-06-01
requesting-code-review
Softwarequalitätssicherungsanalysten und -tester

When the user says they are ready for review or wants to create a PR. When the user asks to check if code is ready for review. When the task or feature is complete and needs quality validation.

2026-06-01
subagent-driven-development
Softwareentwickler

When the user approves a plan and wants to execute it. When the user says "execute the plan" or "let's go" or "start implementation". When a PLAN.md exists and is ready to be executed task-by-task.

2026-06-01
test-driven-development
Softwarequalitätssicherungsanalysten und -tester

When the user is implementing a new feature or fixing a bug. When the user wants to write tests first before writing code. When the user is refactoring and needs to verify behaviour is preserved.

2026-06-01
writing-plans
Softwareentwickler

When the user wants to create an implementation plan. When the user says "let's implement this" or "create a plan". When a design has been approved and is ready to be broken into tasks.

2026-06-01
code-review
Softwarequalitätssicherungsanalysten und -tester

Systematic code review workflow — evaluate changes for correctness, style, security, and test coverage before merging. When the user asks to review code or a pull request. When the user says "check code quality" or "look over this diff". When the user requests feedback on changes before merging.

2026-06-01
docker-maintenance
Netzwerk- und Computersystemadministratoren

Restart containers, prune images, tail logs.

2026-05-22
telegram-debug
Softwareentwickler

Inspect Telegram chat IDs, message history, and webhook delivery.

2026-05-22
usage-inspector
Datenbankarchitekten

Query the bot's PostgreSQL DB for active users in a time window.

2026-05-22
tp-file-title-replace-lower
Projektmanagementspezialisten

<!-- ONE sentence: what the skill does AND when to trigger. See guide below. [REQUIRED] -->

2026-04-26
cleanup
Softwareentwickler

When the user needs to clear temporary files and build artifacts to ensure a fresh project state. When the user encounters inconsistent test results or unexpected build behavior due to stale cache files. When the user wants to reduce repository noise or prepare the project for a clean build or release. When the user mentions "cleanup", "clean project", "clear cache", "remove artifacts", "fresh start". Do NOT activate for: "clean code", "clean architecture", "refactor", "database cleanup".

2026-04-23
agent-architecture-analyzer
Softwareentwickler

Helps developers understand, extend, and debug the PRG agent system. When the user asks how the agent system works, how to add a new command, or how Ralph operates. When the user asks why auto-trigger matching is not working or returning wrong results. When the user wants to add a new skill trigger, extend the fallback trigger table, or tune synonym expansion. When the user wants to understand or modify the Ralph loop — thresholds, iteration steps, or exit conditions. When the user asks about skill routing, the two-pass trigger strategy, or AgentExecutor internals. Do NOT activate for general debugging ("bug", "error") — use systematic-debugging instead. Do NOT activate for "create a skill" or "add a skill" — those are for skill management commands.

2026-04-23
qa-and-bugs-finder
Softwarequalitätssicherungsanalysten und -tester

Systematically audits the project for bugs, regressions, and quality gaps — runs tests, inspects coverage, and reports findings with reproducers. When the user mentions "qa and bugs finder", "find bugs", "audit quality", "regression scan". Do NOT activate for general "fix this bug" requests that already have a known defect.

2026-04-22
test-refactor
Softwarequalitätssicherungsanalysten und -tester

Refactors the project's test suite to remove duplication, extract fixtures, and tighten assertions — keeps behaviour unchanged while improving readability. When the user mentions "test refactor", "test cleanup", "testing refactor", "refactor tests". Do NOT activate for writing new tests from scratch (use tdd-guide instead).

2026-04-22
docker-deployment
Netzwerk- und Computersystemadministratoren

When the user mentions "docker deployment", "docker", "deployment". When the user needs help with docker deployment.

2026-04-22
gitpython-ops
Softwareentwickler

When the user needs to automate Git repository interactions within their Python project. When the user is writing scripts to programmatically manage repository state, commits, or branches using gitpython. When the user encounters issues with git operations failing silently or unexpectedly in their Python code.

2026-04-22
mypy-type-errors
Softwareentwickler

Developers struggle with inconsistent type checking, leading to runtime errors and hard-to-debug issues. When the user reports mypy errors or type checking failures, use this skill. When the user asks to fix type hints or resolve type annotation issues, use this skill. When the user encounters `Incompatible types`, `union-attr`, or `arg-type` errors, use this skill.

2026-04-12
systematic-debugging
Softwareentwickler

When the user reports a bug, error, or something not working. When there is a failing test or CI/CD failure. When the user sees an exception in logs or unexpected behaviour.

2026-04-06
exception-narrower
Softwareentwickler

Use when user mentions "broad exception", "except Exception", "narrow catch", "exception handling", "failure masking", "swallowing errors", "catch-all". Do NOT activate for "try-except tutorial" or general Python questions.

2026-04-06
god-function-refactor
Softwareentwickler

Use when user mentions "break up analyze", "god function", "oversized command", "split analyze_cmd", "extract services", "too many responsibilities". Do NOT activate for "analyze project" or "run analysis".

2026-04-06
skill-schema-unifier
Softwareentwickler

Use when user mentions "skill schema", "contract mismatch", "stub validation gap", "unify skill sections", "skill contract", "generator validator inconsistency". Do NOT activate for "analyze skill" or "list skills".

2026-04-06
code-review
Softwarequalitätssicherungsanalysten und -tester

When the user needs to evaluate changes made to the codebase for quality, correctness, and adherence to project standards. When the user wants to ensure new code integrates seamlessly with existing features and dependencies like Gemini, Groq, Anthropic, and OpenAI. When the user is preparing code for merging and needs a structured approach to feedback.

2026-04-05
writing-skills
Softwareentwickler

When the user wants to create a new skill for a repeated pattern. When the user says "create a skill for" or "we should formalize this". When the user identifies a repetitive workflow that should be automated.

2026-04-02