← Back to catalog
sequenzia

Author in the catalog

sequenzia

213 skills8,094 stars totalgithub.com/sequenzia

Published skills

Showing 48 of 213

execute-tasks

38

Maximum number of tasks to execute simultaneously per wave. Default is 5. Overrides settings file value.

Desenvolvimento#aiby sequenzia

analyze-coverage

38

Analyze test coverage and identify gaps with actionable recommendations

Desenvolvimento#ai#testby sequenzia

string-algorithms

38

Reference for string algorithm patterns like KMP, Z-function, Rabin-Karp, Manacher's, string hashing, suffix arrays, and Aho-Corasick. It covers recognition signals, core ideas, Python templates, edge cases, and common mistakes for each technique.

Desenvolvimento#python#aiby sequenzia

dp-patterns

38

Reference for dynamic programming patterns — recognition signals, constraint mapping, Python templates, edge cases, and common mistakes for 8 core DP techniques

Desenvolvimento#python#aiby sequenzia

claude-code-teams

38

Reference for Claude Code Agent Teams — lifecycle, messaging, spawning, orchestration, and hooks

Desenvolvimento#aiby sequenzia

interview-me

38

Optional — a file path (.md, .txt) or inline text pre-loading context about the topic

Desenvolvimento#aiby sequenzia

technical-diagrams

38

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.

Desenvolvimento#ai#markdownby sequenzia

data-structures

38

Reference for advanced data structure patterns used in competitive programming and technical interviews. Covers heaps, monotonic stacks, tries, segment trees, Fenwick trees, stack-based parsing, and ordered sets with Python templates, recognition signals, and edge case guidance.

Desenvolvimento#python#aiby sequenzia

deep-analysis

38

Deep exploration and synthesis workflow using Agent Teams with dynamic planning and hub-and-spoke coordination. Use when asked for "deep analysis", "deep understanding", "analyze codebase", "explore and analyze", or "investigate codebase".

Desenvolvimento#aiby sequenzia

graph-algorithms

38

Reference patterns for graph algorithm problems including BFS, DFS, Dijkstra, topological sort, union-find, MST, Bellman-Ford, and bipartite checking. Provides recognition signals, Python templates, edge cases, and common mistakes for each technique. Use when solving problems involving graphs, trees, shortest paths, connectivity, or dependency ordering.

Desenvolvimento#llm#pythonby sequenzia

math-and-combinatorics

38

Reference patterns for mathematical and combinatorial problem-solving. Covers modular arithmetic, prime sieves, GCD/LCM, binomial coefficients, fast exponentiation, counting techniques, inclusion-exclusion, and game theory. Load this skill when a problem involves number theory, combinatorics, modular operations, or strategic game analysis.

Desenvolvimento#aiby sequenzia

solve

38

Solve competitive programming and LeetCode-style problems with educational explanations. Use when asked to "solve this problem", "help with this leetcode", "competitive programming solution", "solve this algorithm problem", "coding challenge solution", "how to solve this coding problem", or any algorithmic problem-solving request.

Desenvolvimento#aiby sequenzia

verify

38

Verify a competitive programming or LeetCode solution for correctness, edge cases, and performance. Use when asked to "verify my solution", "check my code", "is this solution correct", "test my solution", "review my competitive programming answer", "validate my algorithm", or any solution verification request.

Desenvolvimento#ai#testby sequenzia

code-quality

38

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

Desenvolvimento#ai#testby sequenzia

create-spec

38

Optional context — a file path (.md, .txt) to read or inline text describing what to build

Desenvolvimento#aiby sequenzia

claude-code-tasks

38

Reference for Claude Code's 6 Task Management tools — TaskCreate, TaskGet, TaskList, TaskUpdate (structured tracking) and TaskOutput, TaskStop (background execution). Covers tool parameters, status lifecycle, completion rules, dependency management, and conventions

Desenvolvimento#aiby sequenzia

language-patterns

38

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

Design e Frontend#typescript#pythonby sequenzia

project-conventions

38

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.

Desenvolvimento#aiby sequenzia

architecture-patterns

38

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.

Desenvolvimento#aiby sequenzia

changelog-format

38

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

Desenvolvimento#aiby sequenzia

feature-dev

38

Feature development workflow with exploration, architecture, implementation, and review phases. Use for implementing new features or significant changes.

Desenvolvimento#aiby sequenzia

oc-tool-dev

38

Unified entry point for creating or updating OpenCode tools (skills, agents, commands) with dependency awareness. Orchestrates the creation of multiple related artifacts in a single session. Use when user says "create opencode tool", "new opencode tool", "oc-tool-dev", or wants to create/update an OpenCode artifact and may need supporting artifacts.

Desenvolvimento#aiby sequenzia

oc-update-command

38

Updates an existing OpenCode command to match current platform best practices, fixes deprecated patterns, and validates the result. Use when user says "update opencode command", "fix opencode command", "migrate command to opencode", or wants to modernize an existing OpenCode command file.

Desenvolvimento#aiby sequenzia

bump-plugin-version

38

Bumps plugin versions across the Agent Alchemy ecosystem

Desenvolvimento#aiby sequenzia

port-master

38

Convert Claude Code plugins into generic, platform-agnostic format. Supports full conversion (skills, agents, hooks), flatten mode (skills only — agents converted to skills, hooks absorbed), or nested mode (agents nested as pure markdown within parent skills, hooks absorbed). Full mode supports per-group or unified output layouts — unified merges all groups into a single directory organized by com

Design e Frontend#ai#markdownby sequenzia

port-plugin

38

Converts Agent Alchemy plugins into formats compatible with other AI coding platforms

Desenvolvimento#aiby sequenzia

validate-adapter

38

Validates adapter files against live platform documentation to detect stale mappings,missing features, and outdated version information

Desenvolvimento#aiby sequenzia

search-and-optimization

38

Reference patterns for search, optimization, and greedy algorithms. Covers binary search (classic and on-answer), two pointers, sliding window, greedy strategies, prefix sums, merge intervals, and monotonic stack. Use when solving problems that involve searching sorted data, optimizing over constraints, processing subarrays/substrings, or reducing range queries.

Desenvolvimento#aiby sequenzia

release

38

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

Desenvolvimento#python#aiby sequenzia

project-conventions

38

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.

Desenvolvimento#aiby sequenzia

document-changes

38

Generate a markdown report documenting codebase changes from the current session — files added, modified, deleted, and a summary of what was done.

Desenvolvimento#ai#markdownby sequenzia

architecture-patterns

38

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.

Desenvolvimento#aiby sequenzia

bug-killer

38

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.

Desenvolvimento#aiby sequenzia

changelog-format

38

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

Desenvolvimento#aiby sequenzia

code-quality

38

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

Desenvolvimento#ai#testby sequenzia

document-changes

38

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".

Desenvolvimento#ai#markdownby sequenzia

git-commit

38

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.

Desenvolvimento#git#aiby sequenzia

codebase-analysis

38

Produce a structured codebase analysis report with architecture overview, critical files, patterns, and actionable recommendations.

Desenvolvimento#aiby sequenzia

deep-analysis

38

Deep exploration and synthesis workflow with dynamic planning and hub-and-spoke coordination. Use for deep analysis, codebase understanding, or thorough investigation of a focus area.

Desenvolvimento#aiby sequenzia

bug-killer

38

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.

Desenvolvimento#aiby sequenzia

project-learnings

38

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

Desenvolvimento#aiby sequenzia

git-commit

38

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.

Desenvolvimento#git#aiby sequenzia

oc-create-agent

38

Guides through creating a new OpenCode-compatible agent with interactive interview, permission configuration, and validation. Use when user says "create opencode agent", "new opencode agent", "build agent for opencode", or wants to create an OpenCode agent markdown file.

Desenvolvimento#ai#markdownby sequenzia

oc-create-command

38

Guides through creating a new OpenCode command with interactive interview, $VARIABLE configuration, and validation. Use when user says "create opencode command", "new opencode command", "build command for opencode", or wants to create an OpenCode command markdown file.

Desenvolvimento#ai#markdownby sequenzia

oc-create-skill

38

Guides through creating a new OpenCode-compatible skill with interactive interview, best-practice enforcement, and validation. Use when user says "create opencode skill", "new opencode skill", "build skill for opencode", or wants to create an OpenCode SKILL.md file.

Desenvolvimento#aiby sequenzia

oc-update-agent

38

Updates an existing OpenCode agent to match current platform best practices, fixes deprecated patterns, and validates the result. Use when user says "update opencode agent", "fix opencode agent", "migrate agent to opencode", or wants to modernize an existing OpenCode agent file.

Desenvolvimento#aiby sequenzia

oc-update-skill

38

Updates an existing OpenCode skill to match current platform best practices, fixes deprecated patterns, and validates the result. Use when user says "update opencode skill", "fix opencode skill", "migrate skill to opencode", or wants to modernize an existing OpenCode SKILL.md file.

Desenvolvimento#aiby sequenzia

dependency-checker

38

Analyzes the Agent Alchemy plugin ecosystem to detect dependency issues across all plugin groups

Desenvolvimento#aiby sequenzia

Category alert

Get new Desenvolvimento skills every Monday