# Clous Plugins

This repository publishes the Clous plugin marketplace for AI coding agents, assistant hosts, and agent-company deployments.

## Plugins

| Plugin | Audience | Purpose |
|---|---|---|
| `clous-development` | Developers | Build production integrations with Clous SDKs, CLI, API v1, remote MCP, OAuth, A2A, and webhooks. |
| `clous-use` | External AI agents | Operate Clous safely through CLI, MCP, SDK, and API surfaces. |
| `clous-hr` | People teams and managers | Run structured people operations workflows across hiring, onboarding, career paths, performance, workload health, reporting, change, and HR/legal. |

## Marketplaces

- Codex: `.agents/plugins/marketplace.json`
- Claude: `.claude-plugin/marketplace.json`
- Cursor-compatible: `.cursor-plugin/marketplace.json`

Each plugin root includes `.codex-plugin/plugin.json`, `.claude-plugin/plugin.json`, `.cursor-plugin/plugin.json`, `.mcp.json`, `TEAM.md`, `profile.yaml`, `skills/`, `commands/`, `agents/`, `hooks/`, `scripts/`, and `assets/`.

## Validation

```bash
python scripts/validate_plugins.py
python clous-development/scripts/check-development-plugin.py
python clous-use/scripts/check-use-plugin.py
python clous-hr/scripts/check-hr-plugin.py
```

## SDKs

The production SDK surfaces live in `clous-development/sdk/`:

- Python: `clous-development/sdk/python`
- TypeScript: `clous-development/sdk/typescript`

The Python package exposes `clous_sdk` and the `clous` console command. The TypeScript package exposes `@clous/sdk`.
