| name | agentic-storybook-development |
| description | Develop, run, bundle, or troubleshoot the agentic-components Storybook app on macOS or Windows, including CocoaPods, Xcode, Metro, Fabric, and offline builds. |
| license | MIT |
Agentic Storybook development
Work on the native Storybook application in apps/storybook.
Workflow
- Read the repository
AGENTS.md, then the
Storybook instructions and
README.
- Inspect the Storybook
package.json and run its declared workspace scripts; do not invent direct runner commands.
- Reproduce the first failure from the Storybook workspace so pnpm-linked React Native tooling resolves from the app.
- Treat native workspaces, Pods, lockfiles, generated solutions, build directories, and DerivedData as disposable
outputs. Fix the owning manifest, Podfile, configuration, or script instead.
- After dependency or workaround changes, regenerate the affected native dependency source and use a clean build so
stale output cannot produce a false success.
- Validate the JavaScript bundle and the affected native build. Run Storybook format/lint and the root build when
manifests or shared package references changed.
Keep component API, slot, token, and rendering work in the agentic-component-authoring skill; use this skill for the
Storybook application and its native toolchains.