Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
rysweet
Perfil de creador de GitHub

rysweet

Vista por repositorio de 343 skills recopiladas en 8 repositorios de GitHub.

skills recopiladas
343
repositorios
8
actualizado
2026-07-06
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

#01
amplihack
129 skills · 2026-04-25
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresOtras ocupaciones informáticasEspecialistas en gestión de proyectosEditores de escritorioProfesores postsecundarios, todos los demás
22 categorías ocupacionales · 100% clasificado
38%participación
#02
amplihack-rs
116 skills · 2026-07-06
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresEspecialistas en gestión de proyectosAdministradores de redes y sistemas informáticosEscritores y autoresAntropólogos y arqueólogos
32 categorías ocupacionales · 100% clasificado
34%participación
#03
RustyClawd
51 skills · 2026-03-08
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresGerentes de sistemas informáticos y de informaciónEmpleados de oficina generalesEspecialistas en gestión de proyectosOtras ocupaciones informáticas
10 categorías ocupacionales · 100% clasificado
15%participación
#04
azure-tenant-grapher
25 skills · 2026-02-07
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresEspecialistas en gestión de proyectosAdministradores de redes y sistemas informáticosAnalistas de sistemas informáticosSecretarios y asistentes administrativos (excepto legal, médico y ejecutivo)
6 categorías ocupacionales · 100% clasificado
7.3%participación
#05
AzureHayMaker
10 skills · 2026-01-15
Desarrolladores de softwareEspecialistas en gestión de proyectosGerentes de sistemas informáticos y de informaciónAdministradores de redes y sistemas informáticosAnalistas de garantía de calidad de software y probadoresEmpleados de producción, planificación y expedición
6 categorías ocupacionales · 100% clasificado
2.9%participación
#06
skwaq
8 skills · 2026-03-16
Analistas de seguridad de la información
1 categorías ocupacionales · 100% clasificado
2.3%participación
#07
agent-kgpacks
3 skills · 2026-03-06
Arquitectos de bases de datosDesarrolladores de softwareFísicos
3 categorías ocupacionales · 100% clasificado
0.9%participación
#08
Simard
1 skills · 2026-06-27
Desarrolladores de software
1 categorías ocupacionales · 100% clasificado
0.3%participación
explorador de repositorios

Repositorios y skills representativas

code-visualizer
Desarrolladores de software

Auto-generates code flow diagrams from multi-language module analysis. Detects when architecture diagrams become stale (code changed, diagram didn't). Supports Python, TypeScript/JavaScript, Rust, and Go out of the box. Use when: creating new modules, reviewing PRs for architecture impact, or checking diagram freshness across polyglot repositories. Generates mermaid diagrams showing imports, dependencies, and module relationships.

2026-04-25
multitask
Desarrolladores de software

Execute multiple independent development tasks in parallel using subprocess isolation. Each task runs in a clean /tmp clone with Recipe Runner code-enforced workflow execution. Proven pattern: 4/5 PRs created successfully in first production use.

2026-04-22
agent-generator-tutor
Profesores postsecundarios, todos los demás

Interactive teaching agent for the goal-seeking agent generator and eval system. Provides a structured 14-lesson curriculum covering agent generation, SDK selection, multi-agent architecture, progressive evaluation (L1-L12), retrieval strategies, intent classification, math code generation, self-improvement loops with patch proposer and reviewer voting, and memory export/import.

2026-04-17
default-workflow
Desarrolladores de software

Development workflow for features, bugs, refactoring. Normally executed as a sub-recipe by dev-orchestrator/smart-orchestrator. Supports direct invocation via recipe runner for standalone use.

2026-04-17
dev-orchestrator
Desarrolladores de software

Default task orchestrator for all development and investigation work. Classifies tasks, decomposes into parallel workstreams if appropriate, and routes execution through the recipe runner. Replaces ultrathink-orchestrator.

2026-04-17
documentation-writing
Desarrolladores de software

Writing clear, discoverable software documentation following the Eight Rules and Diataxis framework. Use when creating README files, API docs, tutorials, how-to guides, or any project documentation. Automatically enforces docs/ location, linking requirements, and runnable examples.

2026-04-17
e2e-outside-in-test-generator
Analistas de garantía de calidad de software y probadores

Generates comprehensive end-to-end test scenarios using outside-in methodology. Supports 5 app types: Web (Playwright), CLI, TUI, API, and MCP (gadugi YAML). Auto-detects app type or accepts explicit override.

2026-04-17
goal-seeking-agent-pattern
Desarrolladores de software

Guides architects on when and how to use goal-seeking agents as a design pattern. This skill helps evaluate whether autonomous agents are appropriate for a given problem, how to structure their objectives, integrate with goal_agent_generator, and reference real amplihack examples like AKS SRE automation, CI diagnostics, pre-commit workflows, and fix-agent pattern matching.

2026-04-17
Mostrando las 8 principales de 129 skills recopiladas en este repositorio.
default-workflow
Desarrolladores de software

Development workflow for features, bugs, refactoring. Normally executed as a sub-recipe by dev-orchestrator/smart-orchestrator. Supports direct invocation via recipe runner for standalone use.

2026-07-06
pr-guide
Desarrolladores de software

Generates an illustrated, plain-language walkthrough document for a pull request — problem statement, approach overview, step-by-step code tour with mermaid diagrams, deep diff links, key decisions, and testing summary. Use when explaining, documenting, or summarizing a PR, creating a reviewer-friendly illustrated guide, or producing walkthrough notes at the end of default-workflow. Works with GitHub and Azure DevOps.

2026-06-26
merge-ready
Analistas de garantía de calidad de software y probadores

Checks whether a PR/pull request satisfies the project's merge criteria and records the required evidence in the PR/pull request description. Use with `/merge-ready` before review or merge when QA-team scenarios, docs links, quality-audit convergence, checks/build validation status, and diff scope must be verified.

2026-06-24
pm-architect
Especialistas en gestión de proyectos

Expert project manager orchestrating backlog-curator, work-delegator, workstream-coordinator, and roadmap-strategist sub-skills. Coordinates complex software projects through delegation and strategic oversight. Activates when managing projects, coordinating work, or tracking overall progress.

2026-06-19
amplihack-expert
Desarrolladores de software

Comprehensive knowledge of amplihack framework architecture, patterns, and usage

2026-06-12
dotnet-exception-handling
Analistas de garantía de calidad de software y probadores

Comprehensive .NET exception handling quality improvement workflow. Auto-detects .NET projects, investigates 10 common exception handling mistakes, generates prioritized findings, and orchestrates fixes following best practices.

2026-06-12
investigation-workflow
Desarrolladores de software

6-phase investigation workflow for understanding existing systems. Normally executed as a sub-recipe by dev-orchestrator/smart-orchestrator. Supports direct invocation via recipe runner for standalone use.

2026-06-12
knowledge-extractor
Arquitectos de bases de datos

Extracts key learnings from conversations, debugging sessions, and failed attempts. Use at session end or after solving complex problems to capture insights. Stores discoveries in memory (via `amplihack memory store-discovery` CLI), suggests PATTERNS.md updates, and recommends new agent creation. Ensures knowledge persists across sessions via Kuzu memory backend.

2026-06-12
Mostrando las 8 principales de 116 skills recopiladas en este repositorio.
batch
Desarrolladores de software

Orchestrate large-scale changes across a codebase in parallel

2026-03-08
simplify
Analistas de garantía de calidad de software y probadores

Review changed code for reuse, quality, and efficiency, then fix any issues found

2026-03-08
rusty-update
Desarrolladores de software

Consolidated Claude Code sync and parity tracking for RustyClawd. Fetches latest Claude Code features from official sources, compares against the local feature inventory, identifies gaps, and optionally creates GitHub issues. Also supports deep analysis by deminifying the installed Claude Code cli.js.

2026-03-07
agent-performance
Desarrolladores de software

Track and report agent invocation metrics including usage counts, success/failure rates, and completion times. Use for understanding which agents are utilized, identifying underused agents, and optimizing agent delegation patterns.

2026-02-10
dependency-resolver
Desarrolladores de software

Automated dependency conflict detection and resolution. Detects local vs CI environment mismatches, compares versions, and generates pinning recommendations. Run as pre-push check to catch issues early.

2026-02-10
lsp-setup
Desarrolladores de software

Auto-discovers and configures Language Server Protocol (LSP) servers for your project's languages

2026-02-10
multi-repo
Desarrolladores de software

Multi-repository orchestration for coordinating atomic changes across dependent repositories. Tracks dependency graphs, coordinates cross-repo PRs, and detects breaking changes.

2026-02-10
session-learning
Desarrolladores de software

Cross-session learning system that extracts insights from session transcripts and injects relevant past learnings at session start. Uses simple keyword matching for relevance. Complements DISCOVERIES.md/PATTERNS.md with structured YAML storage.

2026-02-10
Mostrando las 8 principales de 51 skills recopiladas en este repositorio.
outside-in-testing
Analistas de garantía de calidad de software y probadores

Generates agentic outside-in tests using gadugi-agentic-test framework for CLI, TUI, Web, and Electron apps. Use when you need behavior-driven tests that verify external interfaces without internal implementation knowledge. Creates YAML test scenarios that AI agents execute, observe, and validate against expected outcomes. Supports progressive complexity from simple smoke tests to advanced multi-step workflows.

2026-02-07
agent-sdk
Desarrolladores de software

Comprehensive knowledge of Claude Agent SDK architecture, tools, hooks, skills, and production patterns. Auto-activates for agent building, SDK integration, tool design, and MCP server tasks.

2026-01-24
azure-devops
Administradores de redes y sistemas informáticos

Complete Azure DevOps automation - boards, repos, pipelines, artifacts

2026-01-24
backlog-curator
Especialistas en gestión de proyectos

Expert backlog manager that prioritizes work using multi-criteria scoring, analyzes dependencies, and recommends optimal next tasks. Activates when managing backlogs, prioritizing work, adding items, or analyzing what to work on next.

2026-01-24
code-visualizer
Desarrolladores de software

Auto-generates code flow diagrams from Python module analysis. Detects when architecture diagrams become stale (code changed, diagram didn't). Use when: creating new modules, reviewing PRs for architecture impact, or checking diagram freshness. Generates mermaid diagrams showing imports, dependencies, and module relationships.

2026-01-24
context-management
Desarrolladores de software

Proactive context window management via token monitoring, intelligent extraction, and selective rehydration. Features predictive budget monitoring, context health indicators, and priority-based retention. Use when approaching token limits or needing to preserve essential context. Complements /transcripts and PreCompact hook with proactive optimization.

2026-01-24
default-workflow
Desarrolladores de software

Development workflow for features, bugs, refactoring. Auto-activates for multi-file implementations.

2026-01-24
documentation-writing
Desarrolladores de software

Writing clear, discoverable software documentation following the Eight Rules and Diataxis framework. Use when creating README files, API docs, tutorials, how-to guides, or any project documentation. Automatically enforces docs/ location, linking requirements, and runnable examples.

2026-01-24
Mostrando las 8 principales de 25 skills recopiladas en este repositorio.
azure-devops-cli
Administradores de redes y sistemas informáticos

Expert guidance for Azure DevOps CLI (az devops) - automation, pipelines, repos, boards, and artifacts management. Use when working with Azure DevOps, managing pipelines, creating work items, or when user mentions ADO, builds, releases, or Azure repos.

2026-01-15
backlog-curator
Especialistas en gestión de proyectos

Expert backlog manager that prioritizes work using multi-criteria scoring, analyzes dependencies, and recommends optimal next tasks. Activates when managing backlogs, prioritizing work, adding items, or analyzing what to work on next.

2026-01-15
eval-recipes-runner
Analistas de garantía de calidad de software y probadores

Run Microsoft's eval-recipes benchmarks to validate amplihack improvements against baseline agents. Activates when testing with eval-recipes, running evals, or benchmarking changes.

2026-01-15
microsoft-agent-framework
Desarrolladores de software

Expert knowledge of Microsoft Agent Framework for building production AI agents and workflows. Use when building agents with Microsoft's framework, multi-agent orchestration, or tool integration.

2026-01-15
pm-architect
Especialistas en gestión de proyectos

Expert project manager orchestrating backlog-curator, work-delegator, workstream-coordinator, and roadmap-strategist sub-skills. Coordinates complex software projects through delegation and strategic oversight. Activates when managing projects, coordinating work, or tracking overall progress.

2026-01-15
roadmap-strategist
Gerentes de sistemas informáticos y de información

Expert strategist managing project roadmaps, goals, milestones, and strategic direction. Tracks goal progress, ensures alignment, and provides strategic recommendations. Activates when planning roadmaps, setting goals, tracking milestones, or discussing strategic direction.

2026-01-15
work-delegator
Gerentes de sistemas informáticos y de información

Expert delegation specialist that creates comprehensive context packages for coding agents, analyzes requirements, identifies relevant files, and generates clear instructions. Activates when delegating work, assigning tasks, creating delegation packages, or preparing agent instructions.

2026-01-15
workstream-coordinator
Empleados de producción, planificación y expedición

Expert workstream coordinator managing multiple concurrent tasks, tracking progress, detecting conflicts and stalls, analyzing dependencies, and ensuring smooth parallel execution. Activates when coordinating workstreams, tracking progress, checking status, or managing concurrent work.

2026-01-15
Mostrando las 8 principales de 10 skills recopiladas en este repositorio.
llm-binary-vuln-guide
Analistas de seguridad de la información

Reference guide for LLM-based vulnerability detection in binary code. Provides best practices, techniques, and prompting strategies for using LLMs to find vulnerabilities in stripped binaries, firmware, and decompiled code. Use when analyzing binaries with AI, writing vulnerability analysis prompts, or optimizing detection pipelines.

2026-03-16
binary-audit
Analistas de seguridad de la información

Comprehensive binary security assessment including hardening, attack surface, and vulnerability analysis. Use when analyzing an ELF or PE binary.

2026-03-11
compare-binaries
Analistas de seguridad de la información

Compare two binaries for security differences. Use for patch analysis or regression testing.

2026-03-11
cwe-lookup
Analistas de seguridad de la información

Look up CWE entries and explain their relevance. Use when discussing vulnerability types or CWE classifications.

2026-03-11
explain-vuln
Analistas de seguridad de la información

Explain a specific vulnerability finding in detail with remediation guidance. Use when the user wants to understand a finding or how to fix it.

2026-03-11
source-audit
Analistas de seguridad de la información

Multi-language source code security audit. Use when analyzing source code for vulnerabilities. Supports Python, JavaScript, Go, Rust, Java, C/C++.

2026-03-11
threat-model
Analistas de seguridad de la información

Generate a threat model for the analyzed target. Use after ingesting a binary or source code to understand the threat landscape.

2026-03-11
vuln-scan
Analistas de seguridad de la información

Run a comprehensive vulnerability scan on the current investigation. Use when the user wants to find security vulnerabilities in ingested code or binaries. Combines pattern detection, data flow analysis, and AI reasoning.

2026-03-11
Mostrando 8 de 8 repositorios
Todos los repositorios cargados