writing-great-skills

Design predictable AI agent skills with structured hierarchies and invocation strategies.

9|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/JohannesKonings/tanstack-aws --skill writing-great-skills-johanneskonings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-great-skills
Source: https://github.com/JohannesKonings/tanstack-aws/tree/main/.agents/skills/writing-great-skills
Command: npx skills add https://github.com/JohannesKonings/tanstack-aws --skill writing-great-skills-johanneskonings

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the challenge of creating AI-agent behaviors that are consistent, maintainable, and predictable, preventing common issues like sprawl, premature completion, and vague instructions.

Core Features & Use Cases

  • Predictability Framework: Provides a standardized vocabulary and set of levers to ensure agents behave reliably across different runs.
  • Pruning Discipline: Offers clear methodologies for keeping skills lean, relevant, and free of redundant information.
  • Use Case: Use this reference when designing new agent capabilities to ensure they are properly structured, correctly invoked, and optimized for the agent's context window.

Quick Start

Use the writing-great-skills skill to audit my current agent instructions for potential sprawl and premature completion risks.

Frequently Asked Questions about writing-great-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make AI agent instructions more predictable?

Make AI agent instructions more predictable by applying a structured information hierarchy, standardized vocabulary, and defined leading words that ensure consistent execution and reduce cognitive load.

What causes context bloat in AI agent skills?

Context bloat in AI agent skills is caused by sprawling, redundant instructions lacking pruning discipline, which this framework resolves by keeping skills lean and relevant to the context window.

How do I prevent premature completion in AI agents?

Prevent premature completion in AI agents by establishing clear completion criteria and invocation strategies within your instruction sets to define exact stopping points for modular behaviors.

What is the best way to structure modular AI behaviors?

The best way to structure modular AI behaviors is using a predictability framework that leverages defined levers and structured information hierarchies to optimize agent execution.

Can I refactor existing AI agent instructions to reduce sprawl?

You can refactor existing AI agent instruction sets to reduce sprawl by auditing them against this framework to eliminate vague instructions and minimize context bloat.

When should I not use a single large AI agent skill?

Avoid a single large AI agent skill when modularity and context efficiency are critical, as excessive instructions increase cognitive load and unpredictable execution without proper pruning.