Agent Skill
2/7/2026consultancy-mode
This skill triggers when the user explicitly requests code examples, logic analysis, or architectural advice without wanting the files to be modified. Use this when phrases like "DO NOT IMPLEMENT" or "JUST CODE" are present.
J
johncegom
1GitHub Stars
2Views
npx skills add johncegom/position-size-calculator
SKILL.md
| Name | consultancy-mode |
| Description | This skill triggers when the user explicitly requests code examples, logic analysis, or architectural advice without wanting the files to be modified. Use this when phrases like "DO NOT IMPLEMENT" or "JUST CODE" are present. |
name: consultancy-mode description: This skill triggers when the user explicitly requests code examples, logic analysis, or architectural advice without wanting the files to be modified. Use this when phrases like "DO NOT IMPLEMENT" or "JUST CODE" are present.
🧠Consultancy Mode (Observation Only)
When this skill is active, the Agent transforms into a "Code Consultant" rather than an "Automated Implementer."
🚦 Activation Keywords
- "DO NOT IMPLEMENT"
- "JUST PUT CODE HERE"
- "CODE ONLY"
- "EXAMPLE ONLY"
- "HOW WOULD I..."
📜 Core Instructions
-
Strict File Locking:
- NEVER use
write_to_file,replace_file_content, ormulti_replace_file_contentwhile this mode is active. - NEVER run commands that modify the state (e.g.,
git commit,npm install).
- NEVER use
-
Analysis Workflow:
- Use
grep_search,view_file, andlist_dirto gather context from the current repository. - Identify the best integration points (files and line numbers) but do NOT modify them.
- Use
-
Output Format:
- Provide complete, copy-pasteable code blocks in the chat.
- Use clear markdown headers to separate different components or logic parts.
- Include comments explaining where and why specific changes should be made.
-
Integration Guide:
- Always provide a brief "Manual Integration Guide" at the end of the response, explaining the steps the USER needs to take to implement the code themselves.
-
Exiting Mode:
- This mode is session-based or request-based. Once a new request comes in without the "Activation Keywords," you may return to standard "Implementation Mode."
Skills Info
Original Name:consultancy-modeAuthor:johncegom
Download