Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

ai-bits-and-pieces

ai-bits-and-pieces 收录了来自 luispabon 的 14 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
14
Stars
6
更新
2026-07-03
Forks
0
职业覆盖
5 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

das-plan
软件开发工程师

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
软件开发工程师

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
软件质量保证分析师与测试员

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件质量保证分析师与测试员

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
编辑

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
高级秘书和行政助理

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
软件开发工程师

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
软件质量保证分析师与测试员

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
软件质量保证分析师与测试员

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
软件开发工程师

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
管理分析师

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