Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

ai-bits-and-pieces

ai-bits-and-pieces contém 14 skills coletadas de luispabon, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
14
Stars
6
atualizado
2026-07-03
Forks
0
Cobertura ocupacional
5 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

das-plan
Desenvolvedores de software

Plan coding work as a compact implementation-step bundle with a conservative research decision, high-level overview first, and planning artifacts written only under .project_planning/YYYY-MM-DD_FEATURE_NAME/. This skill plans only — it never writes, edits, or refactors implementation code, and never skips ahead to building. If only the skill name is given, ask for a high-level description first before writing planning files.

2026-07-03
das-implement
Desenvolvedores de software

Execute an approved coding plan as serial-first implementation steps with tight scope control, planner-defined verification strategy, and mandatory sub-agent/worktree execution.

2026-06-30
das-review
Analistas de garantia de qualidade de software e testadores

Review coding changes against the approved plan, identify concrete bugs, regressions, and plan-adherence gaps, run approved isolated fix passes, then close the loop with optional planning-doc cleanup and PR/MR creation.

2026-06-30
coding-loop-executor
Desenvolvedores de software

Execute an approved coding plan in staged steps with tight scope control, planner-defined verification strategy, deferred automated verification by default, and mandatory isolated sub-agent dispatch when the runtime supports safe worktree execution.

2026-05-21
coding-loop-finaliser
Desenvolvedores de software

Close out a completed coding loop by validating final chain readiness, checking for leftover repository state, and optionally preparing and creating a PR or MR when the remote provider is supported.

2026-05-21
coding-loop-planner
Desenvolvedores de software

Plan coding work in stages with a mandatory research-decision checkpoint, a high-level overview first, and planning artifacts written only under .project_planning/YYYY-MM-DD_FEATURE_NAME/. If only the skill name is given, ask for a high-level description first before writing any planning files.

2026-05-21
coding-loop-reviewer
Analistas de garantia de qualidade de software e testadores

Review coding changes against the approved plan, identify concrete bugs, regressions, and plan-adherence gaps, and, when approved, run a batched sequential review-fix loop using isolated sub-agents before finalization.

2026-05-21
copy-polisher
Editores

Fix grammar and clarity in any text while making the absolute minimum number of changes and preserving as much original wording as possible.

2026-05-07
summariser
Secretários executivos e assistentes administrativos executivos

Summarise transcripts, articles, blog posts, meeting notes, URLs, or other long-form text into structured key points with takeaways. Use for fresh summarisation requests such as summarise, recap, distil, condense, TLDR, get the gist, key points, main idea, or what does this say. For follow-up questions about content already summarised, answer directly without the summary template. Do NOT use for translation, rewriting, or style editing.

2026-05-07
simple-plan-orchestrator-executor
Desenvolvedores de software

Orchestrate the staged execution of a refactoring or implementation plan by dispatching sub-agents per stage via git worktrees, reviewing their output, and merging back into the current branch. Use this skill whenever the user asks to "run the plan", "execute the refactoring plan", "implement the stages", "orchestrate the plan", or points Claude at a plan file (e.g. .project_planning/*.md) and asks it to carry it out. Also triggers when the user says "oversee the implementation of [plan]", "dispatch agents for each stage", or any variant of "go through the plan step by step using sub-agents". This skill is intended for Claude Code only - it requires git, worktrees, and sub-agent spawning capabilities.

2026-04-30
slop-detector
Analistas de garantia de qualidade de software e testadores

Crawl a codebase file by file, inspect every method and function for accumulated slop, and produce a detailed YAML report of findings with suggested fixes ready for an executor agent. Use this skill whenever the user asks to find slop, detect code smell, do a code hygiene pass, run a quality sweep, clean up vibe-coded mess, review a codebase for simplification opportunities, or any variant of "find the junk in this code". Also triggers for requests like "what needs cleaning up", "find complexity", "simplify this codebase", "code quality audit" (when not Go-specific), or "review all files for issues". This skill is language-agnostic - it handles Go, TypeScript, Python, Rust, Dart, Bash, HCL, Makefiles, Dockerfiles, and any other language. Do NOT use for single-file reviews, PR reviews, writing new features, or Go-specific audits (use go-code-audit for those).

2026-04-30
test-coverage-audit
Analistas de garantia de qualidade de software e testadores

Analyse a codebase for test coverage gaps and generate a prioritised, actionable plan to plug those gaps with a well-balanced spread of unit and functional tests. Use this skill whenever the user asks to improve test coverage, find untested code, write a test plan, identify missing tests, audit test quality, or increase confidence in their test suite. Triggers include phrases like "what's not tested", "coverage gaps", "write tests for this", "where do we need tests", "test plan", "add unit tests", "add integration tests", "improve test coverage", "our tests are weak", or any request to systematically assess or improve the testing posture of a project. Use this even when the user phrases it casually ("we barely have any tests - help") or technically ("generate a test plan targeting lines with no coverage"). Do NOT use for reviewing a single specific test file or writing one-off tests for a single function the user has already identified.

2026-04-27
go-code-audit
Desenvolvedores de software

Audit a Go codebase for code quality issues and generate an ordered, step-by-step refactoring plan that an AI coding agent can execute. Use this skill whenever the user asks to audit, review, clean up, refactor, or improve the structure of a Go project - including requests like "audit my Go code", "clean up this repo", "make this codebase DRY", "refactor plan", "code quality review", "improve my Go project structure", or any mention of consolidating, reorganising, or paying down tech debt in a Go application. Also triggers when the user asks to review or improve an AGENTS.md file for a Go project. Do NOT use for single-file code reviews, PR reviews, or writing new features.

2026-04-27
deep-research
Analistas de gestão

Perplexity-style web research scaffold for tool-enabled local models. Inserts a compact search contract plus a place to write the actual request.

2026-04-27