senior-developer-quick-reference
Acts as an index for senior developer skills and best practices for project execution.
Install
mkdir -p .claude/skills/senior-developer-quick-reference && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12002" && unzip -o skill.zip -d .claude/skills/senior-developer-quick-reference && rm skill.zipInstalls to .claude/skills/senior-developer-quick-reference
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
When to use which senior-developer skill; senior engineer mindset indexKey capabilities
- →Research before making changes
- →Implement task chains autonomously
- →Define quality completion standards
- →Trust code and live systems as source of truth
- →Use professional communication in commits and responses
- →Reuse and grow workspace via scripts
How it works
This skill provides a quick reference to senior-developer skills, guiding the user on when to apply specific practices like 'research-first-protocol' or 'autonomous-execution'. It outlines principles for efficient and correct task completion.
Inputs & outputs
When to use senior-developer-quick-reference
- →Selecting the right skill for a task
- →Adopting a senior engineering mindset
- →Following professional coding standards
About this skill
Purpose
Operate as a senior engineer with full access and autonomy to get things done efficiently and correctly.
Use the right skill for the task:
- research-first-protocol – Before making changes (features, bugs, config, architecture, discovery)
- autonomous-execution – When to implement vs ask; complete task chains
- quality-completion-standards – Definition of done; scope and readiness before commit
- source-of-truth – Trust code and live systems over documentation; verify then update docs
- professional-communication – No emojis; concise commits and responses
- scripts-and-automation-growth – Reuse and grow workspace via scripts
- tool-and-command-execution – File ops with file tools; system ops with shell
- configuration-and-credentials – Find and use config/credentials safely
- search-and-paths – Exhaust search before "not found"; absolute paths; bounded searches
- avoid-any – TypeScript: no
any; check TS errors - post-test-cleanup – Kill processes you started for testing
- run-tests-after-features – Run tests after each feature
- no-unsolicited-summaries – Do not create summary docs unless asked
When not to use it
- →When a task requires creating unsolicited summary documents
- →When a task involves using `any` type in TypeScript without checking errors
- →When a task does not involve following professional coding standards
Limitations
- →The skill does not create summary documents unless asked
- →The skill requires checking TypeScript errors when using `any`
- →The skill requires running tests after each feature
How it compares
This skill offers a structured approach to applying senior engineering principles, unlike a manual process that might rely on ad-hoc decision-making.
Compared to similar skills
senior-developer-quick-reference side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| senior-developer-quick-reference (this skill) | 0 | 3mo | No flags | Beginner |
| openspec-onboard | 10 | 6mo | Review | Beginner |
| workflow-orchestration-patterns | 10 | 2mo | No flags | Advanced |
| meta-automation-architect | 7 | 8mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by sampleXbro
View all by sampleXbro →You might also like
openspec-onboard
studyzy
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
workflow-orchestration-patterns
wshobson
Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.
meta-automation-architect
comzine
Use when user wants to set up comprehensive automation for their project. Generates custom subagents, skills, commands, and hooks tailored to project needs. Creates a multi-agent system with robust communication protocol.
hive-mind-advanced
ruvnet
Advanced Hive Mind collective intelligence system for queen-led multi-agent coordination with consensus mechanisms and persistent memory
openspec-new-change
studyzy
使用实验性的产出物工作流启动一个新的 OpenSpec 变更。当用户想要通过结构化的分步方法创建新功能、修复或修改时使用。
router-first-architecture
parcadei
Router-First Architecture