codename-cocodename-coOfficialยท13 Agent Skills Included

devs

Guides for building and extending the DEVS platform

Provides step-by-step development guides for the DEVS browser-based multi-agent platform. Covers creating agents, tools, connectors, stores, components, translations, and tests with strict conventions. Eliminates guesswork when extending the codebase by giving ready-made templates, checklists, and testing patterns.
npx skills add codename-co/devs --all -g -y
Available:

Gives the AI agent a full overview of the DEVS platform architecture, tech stack, orchestration flow, and documentation map so it can navigate and modify the codebase correctly.

All Skills in This Repository (13)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
codename-cocodename-co

tool-generation

Create, implement, and register new tools for AI agents in the DEVS platform.

Official
Advanced
๐Ÿ“ฆ In Repo
codename-cocodename-co

llm-service-integration

Integrate OpenAI, Anthropic, Gemini, Mistral, and Ollama via an abstracted service layer.

Official
Intermediate
๐Ÿ“ฆ In Repo
codename-cocodename-co

indexeddb-operations

Perform IndexedDB operations with Dexie.js, including CRUD, transactions, and migrations.

Official
Intermediate
๐Ÿ“ฆ In Repo
codename-cocodename-co

orchestration-workflow

Coordinate multi-agent workflows with task decomposition and ContextBroker context sharing.

Official
Advanced
๐Ÿ“ฆ In Repo
codename-cocodename-co

connector-generation

Guide creation of external service connectors for the DEVS platform.

Official
Intermediate
๐Ÿ“ฆ In Repo
codename-cocodename-co

i18n-translation

Guide adding Portuguese translations to DEVS platform UI, agent, and methodology files.

Official
Intermediate
๐Ÿ“ฆ In Repo
codename-cocodename-co

zustand-store-development

Creates Zustand stores with IndexedDB persistence and TDD enforcement.

Official
Intermediate
๐Ÿ“ฆ In Repo
codename-cocodename-co

react-component-development

Create React components with HeroUI following DEVS platform conventions.

Official
Intermediate
๐Ÿ“ฆ In Repo
codename-cocodename-co

e2e-testing

Implement Playwright end-to-end tests for the DEVS platform.

Official
Intermediate
๐Ÿ“ฆ In Repo
codename-cocodename-co

knowledge-base-management

Manage knowledge base files with deduplication and File System API synchronization.

Official
Advanced
๐Ÿ“ฆ In Repo
codename-cocodename-co

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.

Official
Intermediate
๐Ÿ“ฆ In Repo
codename-cocodename-co

agent-definition

Create and configure DEVS platform AI agents using YAML and JSON definitions.

Official
Basic

Frequently Asked Questions

FAQPage Schema
How 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โ†’