Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
quangdang46
GitHub 제작자 프로필

quangdang46

17개 GitHub 저장소에서 수집된 55개 skills를 저장소 단위로 보여줍니다.

수집된 skills
55
저장소
17
업데이트
2026-07-25
여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

이 저장소에서 수집된 skills 20개 중 상위 8개를 표시합니다.
code-simplifier
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-07-25
grok-migration-workflow
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
저장소 17개 중 12개 표시