This is a design philosophy packaged as a skill. It argues that agents should have the same capabilities as human users through atomic, composable tools rather than monolithic features. You get reference files covering tool design patterns (CRUD primitives, dynamic discovery), state management strategies (entity directories, context injection), and agent-to-UI communication protocols. There's even mobile-specific guidance for iOS checkpoint/resume flows. If you're building an app where Claude needs to actually do things instead of just generate code, the principles here are solid. It's more architectural guidance than executable code, so expect to adapt the patterns to your stack rather than drop in ready-made tools.
npx skills add https://github.com/mblode/agent-skills --skill agent-native