skills/agent-customization/SKILL.md
Use when creating, refining, or reviewing a custom agent (.agent.md), choosing its scope and tools, improving delegation keywords, or deciding whether guidance belongs in a reusable skill instead.
npx skillsauth add miaodi/llm_config agent-customizationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create focused custom agents that match a real workflow, use the minimum necessary tools, and stay aligned with this repository's templates and conventions.
Use when drafting a new .agent.md, tightening an existing agent's scope, choosing tools, improving discovery wording, or separating reusable guidance into a companion skill.
templates/agent-template.md, docs/contribution-guide.md, and nearby agents/*.agent.md or skills/*/SKILL.md files before drafting.execute or web unless there is a concrete reason.Provide:
.agent.md, SKILL.md, or paired designdevelopment
Use when creating C++ learning notes or minimal experiments for low-level computational, numerical, CPU/GPU, compiler, and hardware concepts such as false sharing, floating point, registers, caches, SIMD, atomics, numerical stability, and benchmarking pitfalls.
development
Use when configuring, diagnosing, or compiling LaTeX projects, especially multi-file reports, theses, books, chapter-based projects, Overleaf exports, latexmk/arara/Makefile workflows, bibliography/index/glossary passes, or projects that require pdflatex, xelatex, lualatex, latex->dvips, biber, or bibtex.
development
Use when working with graph traversals (BFS, DFS, level-order), minimum spanning trees, strongly connected components, topological sort, graph coloring, bipartite detection, elimination trees, level-set extraction, parallel graph algorithms, task-tree parallelism, sparse graph representations, and exploiting graph structure for parallel sparse computations.
testing
Use when planning or executing Git branch workflows, especially merge/rebase across branches, conflict resolution, safe history rewriting, and recovery from mistakes.