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

agent-tools

agent-tools enthält 31 gesammelte Skills von sequenzia, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
31
Stars
2
aktualisiert
2026-04-21
Forks
0
Berufsabdeckung
5 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

interview-me
Tutoren

Conduct an adaptive interactive interview on any topic and produce a structured markdown report, summary, or implementation plan. Use when the user says "interview me", "interview me about", "run an interview on", "help me think through", or wants guided discovery on any subject. Also triggers on "talk me through", "explore X with me", "help me plan Y", or "walk me through my thinking on Z" when the user wants a guided conversation rather than a direct answer. Applies broadly — career decisions, project ideas, product direction, personal goals, research questions, team problems — not just technical topics.

2026-04-21
execute-tasks
Softwareentwickler

Execute pending SDD tasks in dependency order with wave-based concurrent execution via subagent dispatch and structured verification. Requires a harness that supports subagent dispatch (parallel task-executor agents). Reads task files from .agents/tasks/ and manages execution sessions in .agents/sessions/. Supports task group filtering and configurable parallelism. Use when user says "execute tasks", "run tasks", "start execution", "work on tasks", or wants to execute generated tasks autonomously.

2026-04-09
execute-tasks-windsurf
Softwareentwickler

Execute pending SDD tasks sequentially in Windsurf with direct context management and script-based file operations. Optimized for Windsurf's context behavior — uses deterministic Bash scripts for task file moves and history updates to prevent data loss from context decay. Tasks execute inline through a 4-phase workflow (Understand, Implement, Verify, Complete) with file-based external memory for cross-task knowledge sharing. Reads task files from .agents/tasks/ and manages execution sessions in .agents/sessions/. Supports task group filtering. Use when user says "execute tasks", "run tasks", "start execution", "work on tasks", or wants to execute generated tasks autonomously in Windsurf.

2026-04-09
sdd-tasks
Softwareentwickler

Define and manage implementation tasks using a harness-independent JSON file format. Provides task schema, file-based CRUD operations, state management, dependency tracking, and execution patterns. Use as a reference skill when creating, executing, or managing tasks from specs. Load this skill whenever working with .agents/tasks/ files, decomposing specs into tasks, or coordinating multi-agent task execution.

2026-04-08
analyze-spec
Softwareentwickler

Analyze an existing specification for requirements completeness, risks, quality issues, and strategic gaps. Generates a scored report with actionable findings and supports auto-fix or interactive review modes. Use when user says "analyze spec", "review spec", "spec analysis", "audit spec", "check spec", "validate requirements", "spec quality", or wants to evaluate, improve, or validate an existing specification.

2026-04-06
create-spec
Projektmanagementspezialisten

Create a new specification through an adaptive interview process with proactive recommendations and optional research. Supports high-level, detailed, and full technical documentation depths. Use when user says "create spec", "new spec", "generate spec", "write a spec", "PRD", "product requirements", or wants to start a specification document.

2026-04-06
create-tasks
Softwareentwickler

Generate implementation tasks from an existing spec. Analyzes specs produced by create-spec, decomposes features into atomic tasks using layer patterns, infers dependencies, detects producer-consumer relationships, and writes tasks to .agents/tasks/ JSON files. Use when user says "create tasks", "generate tasks from spec", "spec to tasks", "task generation", or wants to decompose a spec into implementation tasks. Also trigger when the user has a spec and wants to start building.

2026-04-06
inverted-spec
Softwareentwickler

Reverse-engineer a specification from an existing codebase through deep analysis, interactive curation, and gap-filling interview. Produces specs compatible with the SDD pipeline (analyze-spec, create-tasks, execute-tasks). Use when user says "inverted spec", "reverse engineer spec", "spec from code", "document existing codebase", "create spec from existing code", "reverse PRD", "generate spec from implementation", "extract spec", or wants to generate a specification document from an existing implementation rather than from scratch.

2026-04-06
architecture-patterns
Softwareentwickler

Provides architectural pattern knowledge for designing feature implementations including MVC, event-driven, microservices, and CQRS patterns. Use when designing system architecture or choosing implementation patterns.

2026-03-27
bug-killer
Softwareentwickler

Systematic, hypothesis-driven debugging workflow with triage-based track routing. Use when asked to "fix this bug", "debug this", "why is this failing", "this is broken", "investigate this error", "track down this issue", or any debugging situation. Supports --deep flag to force full investigation.

2026-03-27
changelog-format
Technische Redakteure

Keep a Changelog format guidelines and entry writing best practices. Use when writing changelog entries, updating CHANGELOG.md, or following Keep a Changelog specification.

2026-03-27
code-architecture
Softwareentwickler

Dispatches a code-architect agent to design an implementation blueprint for a feature. Use when another skill needs architectural design — planning files to create/modify, data flow, risks, and testing strategy. Accepts a feature description, exploration findings, and a design approach.

2026-03-27
code-exploration
Softwareentwickler

Dispatches a code-explorer agent to investigate a specific focus area of a codebase. Use when another skill needs focused codebase exploration — finding relevant files, tracing execution paths, and mapping architecture for a defined area. Accepts a focus area assignment and analysis context.

2026-03-27
code-quality
Softwarequalitätssicherungsanalysten und -tester

Provides code quality principles including SOLID, DRY, testing strategies, and best practices for implementation review. Use when reviewing code or applying quality standards.

2026-03-27
codebase-analysis
Softwareentwickler

Produce a structured codebase analysis report with architecture overview, critical files, patterns, and actionable recommendations. Use when asked to "analyze codebase", "explore codebase", "understand this codebase", "map the codebase", "give me an overview of this project", "what does this codebase do", "codebase report", "project analysis", "audit this codebase", or "how is this project structured".

2026-03-27
deep-analysis
Softwareentwickler

Deep exploration and synthesis workflow using parallel subagents with dynamic planning and hub-and-spoke coordination. Use when asked for "deep analysis", "deep understanding", "analyze codebase", "explore and analyze", or "investigate codebase". Also use when another skill needs comprehensive codebase exploration before proceeding.

2026-03-27
docs-manager
Softwareentwickler

Documentation management workflow for MkDocs sites and standalone markdown files — initialize, generate, update docs, and create change summaries. Use when asked to "create docs", "write README", "update documentation", "generate docs site", "write CONTRIBUTING", "manage documentation", or "docs changelog".

2026-03-27
document-changes
Softwareentwickler

Generate a markdown report documenting codebase changes from the current session — files added, modified, deleted, and a summary of what was done. Use when asked to "document changes", "generate change report", "save changes report", "what did I change", "session report", "summarize my changes", or "write a changes report".

2026-03-27
feature-dev
Softwareentwickler

Feature development workflow with exploration, architecture, implementation, and review phases. Use for implementing new features or significant changes. Trigger when user says "implement this feature", "add this functionality", "build this", or describes a feature they want built.

2026-03-27
git-commit
Softwareentwickler

Commit staged changes with conventional commit message. Use when user says "commit changes", "commit this", "save my changes", or wants to create a git commit.

2026-03-27
glab
Softwareentwickler

Interact with GitLab through the glab CLI tool. Covers merge requests, issues, CI/CD pipelines, runners, pipeline schedules, repositories, releases, API requests, variables, labels, milestones, snippets, access tokens, deploy keys, incidents, and changelogs. Use when the user needs to create or manage merge requests, check CI pipeline status, manage runners or schedules, manage GitLab issues or incidents, create releases, generate changelogs, manage access tokens or deploy keys, query the GitLab API, or perform any GitLab operation from the command line. Trigger on mentions of glab, GitLab CLI, merge requests, MR workflows, CI pipelines, runners, pipeline schedules, access tokens, deploy keys, incidents, GitLab issues, or GitLab API.

2026-03-27
language-patterns
Softwareentwickler

Provides language-specific patterns for TypeScript, Python, and React including idioms, best practices, and common patterns. Use when implementing features in these languages.

2026-03-27
mr-reviewer
Softwarequalitätssicherungsanalysten und -tester

Perform automated merge request reviews by dispatching three parallel agents -- codebase understanding, code quality analysis, and git history examination -- then merging their findings into a structured review report and/or GitLab line-level comments. Uses the glab CLI for GitLab integration. Use when the user wants to review an MR, analyze a merge request, get code review feedback, or post review comments on GitLab. Also trigger when users mention "MR review", "review this merge request", "code review for MR", "review my changes", or any merge request review workflow.

2026-03-27
project-conventions
Softwareentwickler

Guides discovery and application of project-specific conventions including code patterns, naming, structure, and team practices. Use when exploring a codebase or implementing features to match existing patterns.

2026-03-27
project-learnings
Softwareentwickler

Captures project-specific patterns and anti-patterns into the project's AGENTS.md. Loaded by other skills (bug-killer, feature-dev, etc.) when they discover project-specific knowledge worth encoding for future sessions.

2026-03-27
release-python-package
Softwareentwickler

Prepare and execute a Python package release with verification steps. Use for releasing Python packages with uv and ruff.

2026-03-27
technical-diagrams
Softwareentwickler

Provides Mermaid diagram syntax, best practices, and styling rules for technical visualizations. Use when creating diagrams, flowcharts, sequence diagrams, class diagrams, state diagrams, ER diagrams, architecture diagrams, C4 diagrams, visualizations, or any visual documentation in markdown. Always use this skill when generating or updating Mermaid code blocks.

2026-03-27
create-skill-opencode
Softwareentwickler

Create a new agent skill through an adaptive interview process that produces complete, platform-native skill files. Optimized for OpenCode's runtime. Supports Generic Agent Skills, OpenCode, and Codex platforms. Use when user says "create a skill", "new skill", "generate skill", "make a skill", "build a skill", "skill creator", or wants to author an agent skill file.

2026-03-27
create-skill
Softwareentwickler

Create a new Generic Agent Skill (GAS) through an adaptive interview process that produces a complete, portable SKILL.md file following the agentskills.io specification. Use when user says "create a skill", "new skill", "generate skill", "make a skill", "build a skill", "skill creator", or wants to author a portable agent skill file.

2026-03-27
research
Softwareentwickler

Dispatches a researcher agent to investigate best practices, compliance requirements, technology comparisons, and domain knowledge. Use when a skill needs external research to inform decisions — compliance frameworks (GDPR, HIPAA, PCI), technology trade-offs, competitive analysis, or industry best practices. Wrapper skill for the researcher agent.

2026-03-27
sdd-specs
Projektmanagementspezialisten

Spec templates, interview question banks, complexity signals, recommendation patterns, and codebase exploration procedures for the SDD spec creation workflow. Use as a reference skill when creating or reviewing specs. Load this skill whenever working with spec templates, conducting interviews, assessing project complexity, or reviewing spec quality.

2026-03-27