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

tools-integration

Inference Hooks
Before every request reaches the model, an organization's own security server inspects the content first and returns an allow-or-deny verdict, which Claude enforces in real time — rather than relying on after-the-fact audits to catch problems retroactively.
advanced
OAuth
A way for a user to authorize a third-party application without handing over their password directly — instead, the user's existing identity system issues a scope-limited access <a href="https://claude-me.com/en/glossary/core-concepts/token/" target="_blank" rel="noopener">Token</a> that the application uses to act on the user's behalf, strictly within what was authorized.
intermediate
Plugin
A bundle that packages tools, commands, and skills into one installable unit, letting Claude gain the full set of capabilities needed for a category of work at once, instead of connecting each piece separately.
intermediate
Stateless Core
A protocol design where every interaction is an independent, self-contained request that doesn't depend on the record of a previous connection, so servers don't need to stay running just to remember connection state — they can deploy directly on spin-up-and-tear-down compute environments.
advanced