working-with-llms

Solid

Mandatory workflow for creating LLM-facing content. Follow the 4-step process (objective → draft → verify → adjust) before writing any prompt, skill, tool description, or system instruction. Triggers on requests to create or revise skills, prompts, agent workflows, or any content that will be sent to an LLM repeatedly.

AI & Automation 183 stars 39 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
75
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Working with LLMs ## Workflow Follow this sequence for all LLM-facing content. Do not skip steps. ### Step 1: State the Objective Before writing anything, state the desired outcome explicitly in your response: ``` **Objective:** [One sentence describing what the LLM should do when this content is applied] ``` This checkpoint is visible to the user. Every instruction that follows must directly serve this objective. ### Step 2: Draft Write instructions that serve the objective. Draft as you normally would, but do not present to the user yet - the draft must go through at least one iteration/refinement step before presenting. ### Step 3: Verify Before presenting to the user, ALWAYS launch a sub-agent to explicitly verify draft contents against these criteria: - Is this actionable? (Commands behavior, not describes principles) - Does the model need this? (Would it behave worse without it?) - Each instruction is imperative (do X) not descriptive (X is important) - No speculative "don't" instructions - only prohibitions earned by observed behavior - Context directly serves the objective, not "nice to know" - If guarding against a pattern, there's an explicit verification step, not just a prohibition ### Step 4: Make Adjustments Make any fixes identified in Step 3, then review again against the criteria. Only present to the user once the draft passes verification. ## Principles Reference Use these when evaluating instructions in Steps 2-3: **Token cost.** Context wi...

Details

Author
majiayu000
Repository
majiayu000/claude-skill-registry
Created
5 months ago
Last Updated
1 months ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

working-with-llms

Mandatory workflow for creating LLM-facing content. Follow the 4-step process (objective → draft → verify → adjust) before writing any prompt, skill, tool description, or system instruction. Triggers on requests to create or revise skills, prompts, agent workflows, or any content that will be sent to an LLM repeatedly.

3 Updated 1 months ago
majiayu000
AI & Automation Listed

working-with-llms

Mandatory workflow for creating LLM-facing content. Follow the 4-step process (objective → draft → verify → adjust) before writing any prompt, skill, tool description, or system instruction. Triggers on requests to create or revise skills, prompts, agent workflows, or any content that will be sent to an LLM repeatedly.

43 Updated 3 months ago
diegosouzapw
AI & Automation Listed

building-with-llms

Help users build effective AI applications. Use when someone is building with LLMs, writing prompts, designing AI features, implementing RAG, creating agents, running evals, or trying to improve AI output quality.

0 Updated today
TindanLawrence
AI & Automation Listed

project-development

Design and build LLM-powered projects from ideation through deployment. Use when starting new agent projects, choosing between LLM and traditional approaches, or structuring batch processing pipelines.

8 Updated today
freitasp1
AI & Automation Featured

ai-ml

AI and machine learning workflow covering LLM application development, RAG implementation, agent architecture, ML pipelines, and AI-powered features.

39,350 Updated today
sickn33