⚙️ Software Engineer 软件工程师
12 skills · manifest JSON
For Humans 非技术用户
Copy this sentence, paste into your agent's chat. Re-paste to update.
Act as an engineer. Fetch the skill manifest at https://updating.cc/api/skills/engineer, then for every skill listed, download its SKILL.md from the skill_url and install it into your skills directory (create one if needed). Confirm what you installed.For Agents 智能体
Terminal one-liner. Auto-detects skills dir. Re-run to update.
curl -sSL https://updating.cc/i/engineer | bashSkills 技能列表 (12)
API Design
Design interfaces that are hard to misuse.
Code Architecture
Separate concerns; depend in one direction.
Code Review
Structured, constructive code review.
Debugging
Find root causes, not symptoms.
Error Handling
Errors are for humans and callers, not just the compiler.
Git Workflow
Commits and branches that tell a reviewable story.
Pair Programming
Two minds on one problem.
Performance Profiling
Measure before optimizing.
Refactoring
Improve structure without changing behavior.
Secure Coding
Never trust input; minimize trust surface.
Technical Documentation
Write docs you'd want to read at 2am.
Test-Driven Development
Write tests first, then code.