Skip to main content
Execute qualquer Skill no Manus
com um clique
quangdang46
Perfil de criador do GitHub

quangdang46

Visão por repositório de 55 skills coletadas em 17 repositórios do GitHub.

skills coletadas
55
repositórios
17
atualizado
2026-07-25
Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

Mostrando as 8 principais de 20 skills coletadas neste repositório.
code-simplifier
Desenvolvedores de software

Review RTCO Rust code for idiomatic simplification. Detects over-engineering, unnecessary allocations, verbose patterns. Applies Rust idioms without changing behavior.

2026-05-24
design-patterns
Desenvolvedores de software

Rust design patterns for RTCO. Newtype, Builder, RAII, Trait Objects, State Machine. Applied to CLI filter modules. Use when designing new modules or refactoring existing ones.

2026-05-24
issue-triage
Desenvolvedores de software

Issue triage: audit open issues, categorize, detect duplicates, cross-ref PRs, risk assessment, post comments. Args: "all" for deep analysis of all, issue numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.

2026-05-24
pr-triage
Desenvolvedores de software

PR triage: audit open PRs, deep review selected ones, draft and post review comments. Args: "all" to review all, PR numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.

2026-05-24
rtco-tdd
Desenvolvedores de software

Enforces TDD (Red-Green-Refactor) for Rust development. Auto-triggers on implementation, testing, refactoring, and bug fixing tasks. Provides Rust-idiomatic testing patterns with anyhow/thiserror, cfg(test), and Arrange-Act-Assert workflow.

2026-05-24
rtco-triage
Desenvolvedores de software

Triage complet RTCO : exécute issue-triage + pr-triage en parallèle, puis croise les données pour détecter doubles couvertures, trous sécurité, P0 sans PR, et conflits internes. Sauvegarde dans claudedocs/RTCO-YYYY-MM-DD.md. Args: "en"/"fr" pour la langue (défaut: fr), "save" pour forcer la sauvegarde.

2026-05-24
tdd-rust
Desenvolvedores de software

TDD workflow for RTCO filter development. Red-Green-Refactor with Rust idioms. Real fixtures, token savings assertions, snapshot tests with insta. Auto-triggers on new filter implementation.

2026-05-24
rust-cli-scaffold
Desenvolvedores de software

Add GitHub Actions CI + release workflow + curl-pipe installer to any Rust CLI project. Generates only the minimal drop-in files: .github/workflows/ci.yml, .github/workflows/release.yml, and install.sh. Works for both single-binary repos and multi-crate Cargo workspaces. Use this skill whenever the user wants to add CI/CD, a release pipeline, or a curl install script to a Rust project, asks for "github actions for rust", "release workflow rust", "cross-compile rust ci", "install.sh for rust tool", or wants to wire up a new or existing Rust CLI for distribution.

2026-03-22
flywheel-swarm
Desenvolvedores de software

Launch and manage a coordinated AI agent swarm using the Agentic Coding Flywheel methodology. Use this skill whenever the user wants to: start a multi-agent coding session, orchestrate Claude Code + Codex + Gemini agents in parallel, manage agent coordination via Agent Mail and bv, handle stuck agents or compaction, run review and hardening rounds, or tend an active swarm. Trigger on phrases like "launch agents", "start the swarm", "agent coordination", "agent mail", "multiple agents", "parallel agents", "marching orders", "swarm is stuck", "review round", "cross-agent review", "harden the code", or any mention of running multiple coding agents simultaneously.

2026-03-19
flywheel-planner
Desenvolvedores de software

Guide the multi-model planning phase of the Agentic Coding Flywheel methodology. Use this skill whenever the user wants to: start planning a new software project, create a comprehensive markdown plan, use multiple AI models to synthesize the best architecture, or iteratively refine a plan before writing any code. Trigger on phrases like "plan this project", "help me design", "create a markdown plan", "multi-model planning", "synthesize plans", "architecture for", or any request to think through a project before implementation. This skill should also trigger when the user describes a project idea and wants to figure out how to build it — even if they don't explicitly say "plan".

2026-03-19
flywheel-swarm
Desenvolvedores de software

Launch and manage a coordinated AI agent swarm using the Agentic Coding Flywheel methodology. Use this skill whenever the user wants to: start a multi-agent coding session, orchestrate Claude Code + Codex + Gemini agents in parallel, manage agent coordination via Agent Mail and bv, handle stuck agents or compaction, run review and hardening rounds, or tend an active swarm. Trigger on phrases like "launch agents", "start the swarm", "agent coordination", "agent mail", "multiple agents", "parallel agents", "ntm spawn", "marching orders", "swarm is stuck", "review round", "cross-agent review", "harden the code", or any mention of running multiple coding agents simultaneously.

2026-03-19
rust-cli-scaffold
Desenvolvedores de software

Add GitHub Actions CI + release workflow + curl-pipe installer to any Rust CLI project. Generates only the minimal drop-in files: .github/workflows/ci.yml, .github/workflows/release.yml, and install.sh. Works for both single-binary repos and multi-crate Cargo workspaces. Use this skill whenever the user wants to add CI/CD, a release pipeline, or a curl install script to a Rust project, asks for "github actions for rust", "release workflow rust", "cross-compile rust ci", "install.sh for rust tool", or wants to wire up a new or existing Rust CLI for distribution.

2026-03-19
gjc-dogfood
Desenvolvedores de software

Dogfood GJC on next-code — implement issue → PR with CI watch

2026-07-25
grok-migration-workflow
Desenvolvedores de software

Discipline for replacing next-code UI with Grok Face (xai-grok-pager) via copy, delete old UI, and wire into next-code — never invent Face behavior. Use when migrating TUI/Face, PR8 cutover, wiring xai-grok-pager, removing next-code-tui, adapting ratatui 0.28 shims, quit/resume/auth wire bugs, or comparing grok-build vs next-code embed. Triggers on: grok migration, Face cutover, wire Face, copy grok UI, replace next-code TUI, grok-build research, SharedTermWriter, pager_launch, NextCodeFaceAgent.

2026-07-20
optimization
Desenvolvedores de software

Use when improving performance, latency, throughput, memory usage, or general efficiency. Start by defining target metrics, measuring comprehensively, attributing bottlenecks, validating with static analysis, and prioritizing macro-optimizations before micro-optimizations.

2026-07-17
feature-planning
Desenvolvedores de software

Deep feature research and implementation planning for AI coding agent projects. Use this skill whenever a user asks about a feature they want to implement, improve, add, or design — especially in the context of AI coding agents, CLI tools, terminal agents, or LLM-powered developer tools. Triggers on: "I want to add X feature", "how do I implement X", "can we improve X", "I want to build X into my agent", "feature request for X", "how does X work in these tools", or any phrasing that implies implementing/improving a capability. This skill clones 13 reference repos, spawns sub-agents for deep per-repo research, runs an ultra-QA interview with the user, then produces a comprehensive implementation plan with code, pseudocode, test cases, benchmarks, and direct repo links — so the user can go from idea to working implementation with total confidence.

2026-06-30
Mostrando 12 de 17 repositórios