Skip to main content
Run any Skill in Manus
with one click
GitHub repository

system-engineering-resources

system-engineering-resources contains 17 collected skills from siasia86, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
17
Stars
4
updated
2026-07-14
Forks
0
Occupation coverage
7 occupation categories ยท 100% classified
repository explorer

Skills in this repository

readme-template
desktop-publishers-439031

Defines the mandatory footer template for all .md files โ€” GitHub badges, dates, and license. Use when creating or modifying any markdown document.

2026-07-14
work-rules
software-developers

Defines operating rules for all agents. Use when executing any task โ€” confirms before action, requires rollback plans for dangerous operations, enforces naming conventions and credential placeholders.

2026-07-14
bash-script-template
software-developers

Bash ์Šคํฌ๋ฆฝํŠธ ์ž‘์„ฑ ์‹œ ํ‘œ์ค€ ๋กœ๊น… ํ•จ์ˆ˜์™€ ์—๋Ÿฌ ์ฒ˜๋ฆฌ ํŒจํ„ด์„ ์ ์šฉํ•ฉ๋‹ˆ๋‹ค. ์ƒˆ ์Šคํฌ๋ฆฝํŠธ ์ƒ์„ฑ ๋˜๋Š” ๊ธฐ์กด ์Šคํฌ๋ฆฝํŠธ ๊ฐœ์„  ์‹œ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. ์ด skill์„ ์ฐธ์กฐํ•  ๋•Œ ์‘๋‹ต ์ฒซ ์ค„์— "๐ŸŸก ์ฐธ์กฐ: skill://bash-script-template" ๋ฅผ ์ถœ๋ ฅํ•ฉ๋‹ˆ๋‹ค.

2026-07-13
testing-guide
software-quality-assurance-analysts-and-testers

Guides test writing with AAA pattern, BVA, EP, and edge case analysis. Use when writing unit tests, integration tests, or infrastructure validation tests.

2026-07-13
code-review
software-quality-assurance-analysts-and-testers

Provides a structured code review checklist. Use when reviewing code, scripts, or IaC files. Covers correctness, security, error handling, performance, and infrastructure as code.

2026-07-07
debugging-and-recovery
network-and-computer-systems-administrators

Guides systematic infrastructure troubleshooting. Use when services fail, builds break, deployments go wrong, or infrastructure behaves unexpectedly. Use when you need root-cause analysis rather than guessing.

2026-07-07
doubt-driven-infra
software-developers

Subjects non-trivial infrastructure decisions to adversarial review before they stand. Use when making production changes, security-sensitive modifications, irreversible operations, or working in unfamiliar infrastructure code.

2026-07-07
git-commit-rule
software-developers

Defines git commit message format and conventions. Use when committing changes โ€” Korean description, type prefix, 50 chars max, no period.

2026-07-07
incremental-change
software-developers

Delivers infrastructure changes incrementally. Use when making any IaC change that touches multiple resources, modules, or environments. Use when a Terraform/Ansible change feels too large to apply in one step.

2026-07-07
kiro-lock
software-developers

Prevents concurrent work in shared directories. Checks/acquires lock before file modifications, releases after completion.

2026-07-07
md-link-check
software-developers

Validates markdown internal links, anchor links, and TOC completeness. Use after creating or modifying any .md file to verify link integrity and heading numbering.

2026-07-07
planning-and-breakdown
software-developers

Breaks infrastructure work into ordered tasks. Use when you have requirements and need to decompose into implementable steps. Use when an infra change feels too large, when you need to estimate blast radius, or when changes span multiple environments.

2026-07-07
python-script-template
software-developers

Python ์Šคํฌ๋ฆฝํŠธ ์ž‘์„ฑ ์‹œ ํ‘œ์ค€ ๊ตฌ์กฐ, ๋กœ๊น…, argparse, ์—๋Ÿฌ ์ฒ˜๋ฆฌ ํŒจํ„ด์„ ์ ์šฉํ•ฉ๋‹ˆ๋‹ค. ์ƒˆ ์Šคํฌ๋ฆฝํŠธ ์ƒ์„ฑ ๋˜๋Š” ๊ธฐ์กด ์Šคํฌ๋ฆฝํŠธ ๊ฐœ์„  ์‹œ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. ์ด skill์„ ์ฐธ์กฐํ•  ๋•Œ ์‘๋‹ต ์ฒซ ์ค„์— "๐ŸŸก ์ฐธ์กฐ: skill://python-script-template" ๋ฅผ ์ถœ๋ ฅํ•ฉ๋‹ˆ๋‹ค.

2026-07-07
security-tools
information-security-analysts

Documents security masking tools (ip_mask.py, json_mask.py, aws-security-check.sh, git-security-check.sh). Use when masking sensitive data, running security checks, or modifying masking scripts.

2026-07-07
shipping-checklist
project-management-specialists

Pre-deployment checklist for infrastructure changes. Use when deploying to production, launching new services, or performing staged rollouts.

2026-07-07
spec-driven-infra
management-analysts-131111

Creates infrastructure specs before applying changes. Use when starting a new infra project, adding significant resources, or when requirements are unclear. Use when the change affects production or spans multiple services.

2026-07-07
using-skills
software-developers

Maps incoming work to the right skill workflow. Use when starting a session, when deciding which skill applies, or when the task type is unclear.

2026-07-07