Skip to main content
Run any Skill in Manus
with one click
exception-coder
GitHub creator profile

exception-coder

Repository-level view of 30 collected skills across 2 GitHub repositories.

skills collected
30
repositories
2
updated
2026-06-19
repository explorer

Repositories and representative skills

coding-standards-common
software-developers

Use when writing, reviewing, or modifying source code in any language (Java / TypeScript / JavaScript / Dart / Python / Kotlin / Go / Vue / React ็ญ‰). ่ทจ่ฏญ่จ€้€š็”จ็ผ–็ ้“ๅพ‹ 7 ๆก + ๆณจ้‡Šไธ‰ๆกฃ,่ฏญ่จ€ไธ“ๅฑž skill (java-coding-standards / korepos-backend-service ็ญ‰) ๅœจๆญคๅŸบ็ก€ไธŠๅ ๅŠ ใ€‚MUST ่‡ชๅŠจ่งฆๅ‘,ไธ้œ€็”จๆˆทๆ˜พๅผ่ฆๆฑ‚ใ€‚

2026-06-19
java-coding-standards
software-developers

Use when writing, reviewing, or modifying any Java code. You MUST follow these mandatory rules at all times. Apply automatically without being asked. ้€š็”จๆกๆฌพ่ง coding-standards-common๏ผ›ๆœฌๆ–‡ไปถไป…ๅˆ— Java ็‹ฌๅ ่ง„ๅˆ™๏ผˆ้˜ฟ้‡Œๅทดๅทด้ป„ๅฑฑ็‰ˆๅผบๅˆถ้กน็š„ Java ไธ“ๅฑž้ƒจๅˆ†๏ผ‰ใ€‚

2026-06-19
git-commit-standards
software-developers

Use when the user asks to commit code or generate a commit message AND the staged diff is non-trivial (>2 files, >30 net lines, or contains new/renamed/deleted files). For trivial commits (โ‰ค2 files, โ‰ค30 lines, only modifications to existing files) skip this skill and write a clear `git commit` message directly โ€” `hooks/check-git-commit-skill.js` enforces the same threshold at the Bash layer (only blocks `git commit` when staged diff exceeds it). Compose the message from the current session's edit intent first; only re-read diffs to cover gaps. Automatic stage/commit/push applies ONLY to the team-standards plugin source repository, never to business projects that merely install this plugin.

2026-06-17
backend-knowledge-graph-required
software-developers

Use BEFORE answering single-service backend questions about table relations / ER / SQL / state transitions / atomic capabilities or project-level technical pain points (subprocess, concurrency, perf, external deps); BEFORE Write/Edit any .md describing such content (anywhere โ€” docs/, ai-docs/, scenarios/, work-log/). Auto-append candidates to `_candidates.md` after investigation discovers reusable facts, or when same tech concern raised โ‰ฅ3 rounds in one session. Knowledge graph ownership = investigated service, not cwd. Detailed triggers (7 BLOCKING conditions) and scope boundaries listed in `## BLOCKING ๅผบ่งฆๅ‘ๆธ…ๅ•` section of SKILL.md body.

2026-06-17
llm-agent-coding-standards
software-developers

Use when writing or modifying code that integrates an LLM or builds an agent โ€”โ€” imports langchain4j / spring-ai / openai / anthropic ็ญ‰ SDK๏ผ›ๅฎšไน‰ @Tool / AiService / function-calling ๅทฅๅ…ท๏ผ›ๆ‹ผ่ฃ… prompt๏ผ›่งฃๆž LLM ่พ“ๅ‡บใ€‚ๅœจ coding-standards-common ไน‹ไธŠๅ ๅŠ ็š„ LLM/Agent ้›†ๆˆ็ผ–็ ้“ๅพ‹๏ผš็กฎๅฎšๆ€งไผ˜ๅ…ˆใ€LLM ่พ“ๅ‡บๅฝ“ไธๅฏไฟกๅ…ฅๅ‚ใ€ๆจก็ณŠโ†’็ป“ๆž„ๅŒ–็”จๅ—ๆŽงๆžšไธพใ€็บฆๅฎšๅ•ไธ€ๆฅๆบใ€ๅทฅๅ…ทๆ่ฟฐๆ˜ฏ่ฟ่กŒๆ—ถๅฅ‘็บฆใ€Agent ๅพช็Žฏๅฟ…้กปๅ…œๅบ•ใ€ไธŠไธ‹ๆ–‡็”ฑไปฃ็ ๆณจๅ…ฅใ€‚MUST ่‡ชๅŠจ่งฆๅ‘๏ผŒๅ…ˆๆปก่ถณ coding-standards-common ๅ†่ตฐๆœฌ skillใ€‚

2026-06-11
arch-lint
software-developers

ๅฝ“็”จๆˆท่ฆๆฑ‚ใ€Œๆžถๆž„ๆฃ€ๆŸฅใ€ใ€Œlintใ€ใ€Œๆฃ€ๆต‹ๆžถๆž„่ฟ่ง„ใ€ๆ—ถ่งฆๅ‘๏ผ›ๅฝ“ๅฏน Flutter ้กน็›ฎ็š„ presentation/domain/data/infrastructure ๅฑ‚ไปฃ็ ๆ‰ง่กŒ Edit/Write ๅŽ่‡ชๅŠจ่งฆๅ‘ไธ€ๆฌก่ฝป้‡ๆฃ€ๆŸฅใ€‚

2026-06-06
bug-doc-required
software-developers

You MUST invoke this skill the moment a user reports a bug, describes an error/exception, asks you to investigate or analyze a problem, or mentions writing a bug analysis document. Trigger phrases include: 'there is a bug', 'this is broken', 'why is X happening', 'investigate this issue', 'analyze the root cause', 'we have an OOM/NPE/timeout', 'help me debug'. Invoke BEFORE starting any investigation, root cause analysis, or creating any file under docs/bug/. Pairs with doc-index-required โ€” always invoke that skill too.

2026-06-06
bugfix-coding-style
software-developers

Use when applying any bug fix, alignment correction, redundant-code removal, OR adding missing logic to align with upstream/cloud during integration/่”่ฐƒ phase. Trigger when: (1) design-doc-required has routed the change to ใ€Œ็ฌฌๅ››ยทไบ”ๆญฅ๏ผš่ฝป้‡ไฟฎ่ฎขๆตๆฐดใ€ branch, (2) user describes the change as 'fix bug', 'align with cloud/upstream', 'add missing piece', 'ไฟฎ bug', 'ๅฏน้ฝไบ‘็ซฏ', 'ๅˆ ๅ†—ไฝ™', 'ไฟฎๆญฃๅฎž็Žฐ', 'ๆ”นๅ›žๆญฃ็กฎ้€ป่พ‘', '่กฅไธŠๆผๆމ็š„้€ป่พ‘', '่กฅ็ผบๆผ', or (3) about to Edit/Write source code with intent of replacing existing erroneous logic OR adding alignment code that was missed in previous iterations. **ๆณจ้‡Š็บข็บฟไธๅœจๆœฌ skill ๅฎšไน‰** โ€” ๅ”ฏไธ€่ง„ๅˆ™ๆบๆ˜ฏ coding-standards-common ยง5.4 + ยง5.4.1(common ่งฆๅ‘้กบๅบๆ—ฉไบŽๆœฌ skill,ไธไผšๆผ)ใ€‚ๆœฌ skill ๅชๆ‰ฟๆ‹… bug ไฟฎๅคๆœŸ็‹ฌๆœ‰็š„ๅบ”็”จๅฑ‚ๆŒ‡ๅผ•:v1.17 ๆ–นๅ‘ๅ่ฝฌ็š„ๅކๅฒ่ƒŒๆ™ฏใ€ๆŽจ่ๅ†™ๆณ• dart ไปฃ็ ็คบไพ‹ใ€ๆ‘†ๆ”พไฝ็ฝฎใ€้€‚็”จ่Œƒๅ›ด็Ÿฉ้˜ตใ€้‡ๅˆฐๅญ˜้‡ [DEPRECATED]/[ADDED] ๆณจ้‡Š้กบๆ‰‹ๆธ…็†็š„่พน็•Œใ€็บข่‰ฒ่ญฆๅ‘Šๅฏน็…ง่กจใ€‚

2026-06-06
Showing top 8 of 25 collected skills in this repository.
git-smart-push
software-developers

Analyze local code changes, automatically generate meaningful commit messages based on the changes, and push to remote repository (GitHub, GitLab, Gitee, Alibaba Cloud DevOps, etc.). Use when the user wants to commit and push changes with auto-generated commit messages, or needs help writing good commit messages.

2026-03-20
git-branch-bump-pom-version
software-developers

ๅœจๅˆ›ๅปบๅˆ†ๆ”ฏๅ‰๏ผŒๅ…ˆ่ฏปๅ–ๅนถๅฑ•็คบ pom.xml ๅฝ“ๅ‰็‰ˆๆœฌๅท๏ผŒ่ฎฉ็”จๆˆท่พ“ๅ…ฅๅˆ†ๆ”ฏ็‰ˆๆœฌๅท๏ผ›่‡ชๅŠจๆ›ดๆ–ฐ main ๅˆ†ๆ”ฏ pom ็‰ˆๆœฌๅนถๆŒ‰็‰ˆๆœฌๅˆ›ๅปบๅˆ†ๆ”ฏใ€‚

2026-03-18
git-untrack
software-developers

Stop Git from tracking a file or directory while keeping it on disk (remove from index only). Use when the user has accidentally committed files/folders (e.g. node_modules, build output) and wants to "unlink" or "disassociate" them from Git, then prevent future commits via .gitignore.

2026-03-18
git-init-remote
software-developers

Initialize git in a local project without a repository, connect it to a remote, and generate a proper .gitignore. Use when the user wants to link a local project to a remote git repository, set up git for an existing project, push a local project to GitHub/GitLab, or needs a .gitignore file for their project type.

2026-03-15
gh-release-jar-lib
software-developers

ๅฐ† Maven/Spring Boot ๆž„ๅปบไบง็‰ฉ๏ผˆๅฏๆ‰ง่กŒ JARใ€target/lib ไพ่ต–็›ฎๅฝ•ใ€ๅฏ้€‰ JRE๏ผ‰ๅฝ’ๆกฃๅˆฐ GitHub Releasesใ€‚ๅœจ็”จๆˆท้œ€่ฆๅ‘ๅธƒ็‰ˆๆœฌใ€ไธŠไผ  JAR/lib/JRE ๅˆฐ GitHub Release ๆˆ–โ€œๅฝ’ๆกฃๅˆฐ Releasesโ€ๆ—ถไฝฟ็”จใ€‚

2026-03-13
Showing 2 of 2 repositories
All repositories loaded