npx claudepluginhub nityeshaga/claude-code-essentials --plugin basicsThis skill uses the workspace's default tool permissions.
This skill helps create high-quality prompts and instructions for AI systems by treating AI as a genius human teammate who needs clear, context-rich communication.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides TDD-style skill creation: pressure scenarios as tests, baseline agent failures, write docs to enforce compliance, verify with RED-GREEN-REFACTOR.
This skill helps create high-quality prompts and instructions for AI systems by treating AI as a genius human teammate who needs clear, context-rich communication.
This skill is built on two foundational principles:
Modern AI models have both high intelligence and high emotional intelligence. They don't need tricks or "prompt engineering hacks"—they need what any smart remote teammate needs: clear written communication with sufficient context.
This skill includes three core reference documents. Read them in full as needed:
Writing for AI Teammates - Core philosophy covering:
Load this file at the start of every prompt creation task. It's your primary reference.
Prompt Framework - Comprehensive guide covering:
Always load read this detailed framework to understand best practices based on how Anthropic writes their prompts.
GPT-5 Prompting Guide - GPT-5-specific patterns:
Only load this file if the user explicitly mentions they're targeting GPT-5, OpenAI models, or asks for GPT-5 optimization after seeing the initial draft.
When the user asks for help with a prompt, quickly assess:
Type of prompt needed:
Available context:
Be smart about asking questions. Ask if:
Don't ask if:
Load the Prompt Framework reference first, then:
Choose the right structure based on prompt type:
Apply universal principles:
Avoid anti-patterns:
Always create the prompt as a markdown file.
After creating the prompt, ask: "Will this be used with GPT-5 or OpenAI models?"
If yes, you MUST load the GPT-5 Prompting Guide and perform a revision pass:
Official GPT-5 prompting guide
You're not doing "prompt engineering"—you're helping someone communicate clearly with an intelligent teammate. Focus on clarity, context, and decisiveness. Trust the AI to be smart; give them what they need to be effective in your specific context.