ceedaragents

ceedaragents/cyrus

5 resources in this repository

GitHub
🎯5

🎯Skills5

🎯cyrus-setup-claude-auth🎯Skill

A Cyrus setup skill that configures Claude Code authentication credentials, supporting API key, OAuth token from the active CLI session, or third-party providers like Vertex AI and AWS Bedrock, with secure secret handling that never exposes credentials in the conversation context.

cyrus-setup-claude-auth
🎯cyrus-setup-prerequisites🎯Skill

An AI-guided setup skill for Cyrus that handles installing dependencies, configuring auth, creating Linear/GitHub/GitLab/Slack integration apps, and connecting repositories so the Cyrus agent can monitor issues and process them with AI coding assistants.

cyrus-setup-prerequisites
🎯implementation🎯Skill

A workflow skill that guides the agent to implement requested changes by writing production-ready code following existing patterns, running tests to verify correctness, handling edge cases, and keeping changes focused on the request.

implementation
🎯verify-and-ship🎯Skill

A shipping workflow skill that runs all quality checks (tests, lint, typecheck), validates acceptance criteria from the issue tracker, updates changelogs, commits and pushes changes, and creates or updates pull/merge requests on GitHub or GitLab.

verify-and-ship
🎯debug🎯Skill

A structured debugging workflow that guides through reproducing bugs with failing tests, performing root cause analysis via data flow tracing, and implementing minimal targeted fixes verified against the full test suite.

debug