Docs
Quickstart
From a company Workspace invitation to a connected AI client.
- Join your Workspace. Accept the invitation sent to your work email, then sign in with email, Google or your configured company identity provider. Authentication without an invitation does not create a Workspace.
- Add a skill. Import a folder/ZIP from Skills → Import, scan a public GitHub repository, or ask a connected MCP client to author a complete package and save it to Codenskills. Every path creates a company-owned Draft. Its author may optionally choose Drafts → Test draft before scanning; that package remains Unreviewed and author-only.
- Scan and submit the Draft. Codenskills scans the exact package snapshot. Clean and low-risk results can enter review, medium risk requires an approval note, and high or critical risk blocks submission.
- Connect a client. Hosted ChatGPT and Claude integrations use OAuth. Direct MCP clients use an access key from Agents; the key is shown once.
- Install the Ready package. After approval and an effective grant, the client receives a short-lived signed ZIP, checksum and package metadata.
For Claude Code:
claude mcp add codenskills -t http \
--header "X-API-Key:cs_key_..." \
https://your-endpoint/mcp
Codex uses the same endpoint and key from ~/.codex/config.toml. Editors that
read JSON use the same endpoint and header inside mcpServers. See
Connect agents for the exact configurations.