dafthunk
Generate workflow nodes, OAuth integrations, and templates
All Skills in This Repository (5)
Pure Emerald Level Indicatorsts-morph-analyze
Analyze TypeScript code to reveal public APIs and inheritance relationships.
ts-morph-refactor
Automate TypeScript refactoring with ts-morph AST manipulation across multiple files.
template-generator
Generate workflow templates by discovering nodes, wiring edges, and creating tests.
node-generator
{user_desired_output}
integration-generator
Generate OAuth provider integration scaffolding for Dafthunk across backend and frontend.
Frequently Asked Questions
FAQPage SchemaHow to install Dafthunk skills?โผ
Run `npx skills add dafthunk-com/dafthunk --all -g -y` in your terminal to install all skills in this suite globally.
How to create a new Dafthunk workflow node?โผ
Use the node-generator skill, which researches the target library, writes the node implementation with tests, and registers it in the node registry automatically.
How to add an OAuth integration to Dafthunk?โผ
The integration-generator skill builds the full provider stack: backend OAuth class, shared types, frontend config, and optional integration nodes.
Can I generate workflow templates automatically?โผ
Yes. The template-generator skill designs coherent node graphs, wires edges with correct port names, and adds integration tests.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, and other compatible coding environments.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core