devs
Guides for building and extending the DEVS platform
All Skills in This Repository (13)
Pure Emerald Level Indicatorstool-generation
Create, implement, and register new tools for AI agents in the DEVS platform.
llm-service-integration
Integrate OpenAI, Anthropic, Gemini, Mistral, and Ollama via an abstracted service layer.
indexeddb-operations
Perform IndexedDB operations with Dexie.js, including CRUD, transactions, and migrations.
orchestration-workflow
Coordinate multi-agent workflows with task decomposition and ContextBroker context sharing.
connector-generation
Guide creation of external service connectors for the DEVS platform.
i18n-translation
Guide adding Portuguese translations to DEVS platform UI, agent, and methodology files.
zustand-store-development
Creates Zustand stores with IndexedDB persistence and TDD enforcement.
react-component-development
Create React components with HeroUI following DEVS platform conventions.
e2e-testing
Implement Playwright end-to-end tests for the DEVS platform.
knowledge-base-management
Manage knowledge base files with deduplication and File System API synchronization.
tdd-testing
Provides automated scaffolding for writing unit and integration tests in Python and JavaScript/TypeScript projects, including mocks, fixtures, and runners for pytest and Jest, plus CI/CD-ready reports and badges for test coverage, with optional integration to GitHub's code-quality and diff-annotation systems for automated workflows and alerts on PRs and commits.
agent-definition
Create and configure DEVS platform AI agents using YAML and JSON definitions.
Frequently Asked Questions
FAQPage SchemaHow to install DEVS skills?โผ
Run `npx skills add codename-co/devs --all -g -y` in your terminal to install all guides in this suite globally.
What do the DEVS skills cover?โผ
They teach your AI agent how to build features for the DEVS platform, including agents, tools, OAuth connectors, Zustand stores, React components, translations, and tests.
How to add a new connector to DEVS?โผ
The connector-generation skill walks through OAuth setup, provider implementation, bridge proxy configuration, and UI registration with a full checklist.
Do these skills enforce testing standards?โผ
Yes. The tdd-testing and e2e-testing skills require test-driven development with Vitest for logic and Playwright for end-to-end coverage.
Do I need DEVS platform experience to use these skills?โผ
No. Each skill explains the platform's architecture and conventions so your AI agent can produce code that matches project standards automatically.
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