Bible Network Crypto DeFi Onchain RWA AI Agent Stablecoin Chain SAFU CryptoTax DeFAI AGI Claude Me Claude Skill Claude Design Claude Cowork
Independent Media
Not affiliated with any project
Learn Claude Skills. Do Everything Better.
claudeskill-me.com
LATEST
Reviewing Superpowers: A TDD Framework That Literally Deletes Code Written Before Tests Exist  ·  CLAUDE.md, Rules, Skills, Hooks, Subagents — Which One? Anthropic's Official Seven-Method Decision Framework  ·  Reviewing Anthropic's Frontend Design Skill: Why Is It Installed 57× More Than the Runner-Up?  ·  Building Your First Skill: Turn Something You've Explained Three Times Into One Command  ·  Writing Your First System Prompt: From "You Are an Assistant" to a Role Setup That Actually Works  ·  Claude Code Adds Owner-Wildcard Marketplace Controls, Letting One Rule Allow or Block an Entire GitHub Org

workflow

Degrees of Freedom
When writing instructions or a <a href="/en/glossary/workflow/skill/">Skill</a>, matching how specific the guidance should be to how error-tolerant the task actually is — deciding whether Claude gets an exact sequence to follow or just a general direction to judge for itself.
intermediate
Progressive Disclosure
Splitting documentation into a main file plus several extension files, where the main file holds only a high-level overview and links pointing to detail, and the extended content only gets read when it's actually needed — so a large body of reference material doesn't consume context space upfront.
advanced
Skill
A reusable bundle of instructions and scripts that lets Claude follow an established workflow for a specific task type, instead of having the process re-explained from scratch every time.
beginner
Subagent
A separate Claude instance the main session spawns to handle one specific job, with its own <a href="https://claudecowork-me.com/en/glossary/core-concepts/context-window-workplace/" target="_blank" rel="noopener">Context Window</a> and tool permissions, reporting back only the final result rather than flooding the main conversation with every intermediate step.
intermediate