{"id":32579541,"url":"https://github.com/docutray/docutray-claude-code-plugins","last_synced_at":"2026-04-14T19:32:53.996Z","repository":{"id":321250109,"uuid":"1084461375","full_name":"docutray/docutray-claude-code-plugins","owner":"docutray","description":"Complete agile development workflow commands for Claude Code. Framework-agnostic slash commands for GitHub-based development: research, epic planning, feature specs, implementation, validation, and PR review.","archived":false,"fork":false,"pushed_at":"2026-02-03T15:03:44.000Z","size":140,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-04T04:57:40.655Z","etag":null,"topics":["agile-development","automation","ci-cd","claude-code","claude-code-plugin","code-review","continuous-integration","developer-tools","development-workflow","devops","github-integration","jest","productivity","pytest","python","quality-assurance","slash-commands","testing","typescript","vitest"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/docutray.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-10-27T17:56:56.000Z","updated_at":"2026-02-03T15:15:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"639d559a-e95e-4307-89a8-18a676dd7448","html_url":"https://github.com/docutray/docutray-claude-code-plugins","commit_stats":null,"previous_names":["docutray/docutray-claude-code-plugins"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/docutray/docutray-claude-code-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docutray%2Fdocutray-claude-code-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docutray%2Fdocutray-claude-code-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docutray%2Fdocutray-claude-code-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docutray%2Fdocutray-claude-code-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docutray","download_url":"https://codeload.github.com/docutray/docutray-claude-code-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docutray%2Fdocutray-claude-code-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31812968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agile-development","automation","ci-cd","claude-code","claude-code-plugin","code-review","continuous-integration","developer-tools","development-workflow","devops","github-integration","jest","productivity","pytest","python","quality-assurance","slash-commands","testing","typescript","vitest"],"created_at":"2025-10-29T15:27:38.671Z","updated_at":"2026-04-14T19:32:53.988Z","avatar_url":"https://github.com/docutray.png","language":"Python","readme":"# Docutray Plugins Marketplace\n\nA collection of [Claude Code](https://docs.claude.com/en/docs/claude-code/overview) plugins maintained by the Docutray organization.\n\n## Installation\n\n### Add the Marketplace\n\n```bash\n/plugin marketplace add docutray/docutray-claude-code-plugins\n```\n\n### Install Plugins\n\n```bash\n/plugin install \u003cplugin-name\u003e@docutray-plugins\n```\n\nOr use the interactive menu:\n```bash\n/plugin\n# Select \"Browse Plugins\" → choose from docutray-plugins\n```\n\n## Available Plugins\n\n| Plugin | Description | Version |\n|--------|-------------|---------|\n| [devflow](./plugins/devflow/) | Complete agile development workflow with GitHub integration | 1.2.0 |\n| [rag-research](./plugins/rag-research/) | RAG-based document indexing and semantic search with project-local database support | 1.1.1 |\n\n---\n\n## Plugin: DevFlow\n\nA comprehensive set of slash commands that implement a complete agile development workflow based on GitHub and best practices.\n\n### Quick Start\n\n```bash\n# Install\n/plugin install devflow@docutray-plugins\n\n# Configure for your project\n/devflow:devflow-setup\n\n# Standard workflow\n/devflow:feat feature-name     # Create specification \u0026 GitHub issue\n/devflow:dev issue#123         # Implement feature\n/devflow:check                 # Validate quality\n/devflow:review-pr 45          # Review PR\n```\n\n### Commands\n\n| Command | Description |\n|---------|-------------|\n| `/devflow:devflow-setup` | Configure DevFlow for your project |\n| `/devflow:feat` | Create feature specifications and GitHub issues |\n| `/devflow:dev` | Implement features from GitHub issues |\n| `/devflow:check` | Run parallel validations (tests, lint, types, build) |\n| `/devflow:review-pr` | Perform comprehensive PR reviews |\n| `/devflow:research` | Research topics before planning |\n| `/devflow:epic` | Plan major initiatives with multiple phases |\n\n### Framework Support\n\nTypeScript/Node.js, Python, Go, Ruby, Java, Rust, and more.\n\n[**View Full Documentation**](./plugins/devflow/README.md)\n\n---\n\n## Plugin: RAG Research\n\nRAG-based reference document management for Claude Code. Index documents (PDF, Markdown, Text) and search them semantically using Qdrant + FastEmbed for efficient local vector storage and retrieval.\n\n### Quick Start\n\n```bash\n# Install\n/plugin install rag-research@docutray-plugins\n\n# Setup dependencies (first time only)\ncd ~/.claude/plugins/marketplaces/docutray-plugins/plugins/rag-research\nuv sync\n\n# Use commands\n/rag-research:add-doc ./docs/manual.pdf    # Index a document\n/rag-research:list                          # List indexed documents\n/rag-research:research \"your topic\"         # Semantic search\n```\n\n### Commands\n\n| Command | Description |\n|---------|-------------|\n| `/rag-research:add-doc` | Index a document (PDF, Markdown, Text, JSON) |\n| `/rag-research:list` | List all indexed documents with filtering |\n| `/rag-research:research` | Semantic search across indexed documents |\n\n### Features\n\n- **Document Indexing**: PDF, Markdown, Text, JSON support\n- **Semantic Search**: FastEmbed embeddings + Qdrant vector store\n- **Local Storage**: No external servers required\n- **PDF OCR**: Mistral AI integration for scanned documents\n- **Deep Research Agent**: Autonomous comprehensive topic research\n\n### Configuration\n\nSet `MISTRAL_API_KEY` in `.env` for PDF OCR support (optional - falls back to pypdf).\n\n[**View Full Documentation**](./plugins/rag-research/README.md)\n\n---\n\n## Repository Structure\n\n```\ndocutray-claude-code-plugins/\n├── .claude-plugin/\n│   └── marketplace.json      # Marketplace catalog\n├── .kimi/                    # Kimi CLI Flow Skills\n│   └── skills/\n│       └── devflow/          # DevFlow flow skills\n│           ├── feat/\n│           ├── dev/\n│           ├── check/\n│           ├── review-pr/\n│           ├── research/\n│           └── epic/\n├── plugins/\n│   ├── devflow/              # DevFlow plugin (Claude Code)\n│   │   ├── .claude-plugin/\n│   │   │   └── plugin.json\n│   │   ├── commands/         # Slash commands\n│   │   ├── templates/\n│   │   └── README.md\n│   └── rag-research/         # RAG Research plugin\n│       ├── .claude-plugin/\n│       │   └── plugin.json\n│       ├── commands/\n│       ├── skills/\n│       ├── agents/\n│       ├── src/\n│       └── README.md\n├── install-kimi-flows.sh     # Installer for Kimi Flow Skills\n├── README.md                 # This file\n└── CLAUDE.md\n```\n\n## Local Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/docutray/docutray-claude-code-plugins\ncd docutray-claude-code-plugins\n\n# Add as local marketplace\n/plugin marketplace add .\n\n# Install plugins\n/plugin install devflow@docutray-plugins\n/plugin install rag-research@docutray-plugins\n```\n\n---\n\n## 🚀 Kimi CLI Support (Flow Skills)\n\nThis repository also includes **Flow Skills** for [Kimi CLI](https://moonshotai.github.io/kimi-cli/), providing the same DevFlow workflows as automated multi-step processes.\n\n### What are Flow Skills?\n\nFlow Skills are a special skill type in Kimi CLI that define multi-step automated workflows using flow diagrams. Unlike Claude's slash commands which execute in one step, Flow Skills guide the Agent through complex processes with decision points and loops.\n\n### Available Flow Skills\n\n| Flow Skill | Description | Kimi Command |\n|------------|-------------|--------------|\n| `devflow-feat` | Create feature specifications and GitHub issues | `/flow:devflow-feat` |\n| `devflow-dev` | Implement features from GitHub issues | `/flow:devflow-dev` |\n| `devflow-check` | Execute parallel validations | `/flow:devflow-check` |\n| `devflow-review-pr` | Review Pull Requests | `/flow:devflow-review-pr` |\n| `devflow-research` | Research topics before planning | `/flow:devflow-research` |\n| `devflow-epic` | Plan major initiatives | `/flow:devflow-epic` |\n\n### Installation for Kimi CLI\n\n```bash\n# Clone this repository\ngit clone https://github.com/docutray/docutray-claude-code-plugins\ncd docutray-claude-code-plugins\n\n# Install flow skills (copies to ~/.config/agents/skills/)\n./install-kimi-flows.sh\n\n# Or install with symlinks for development (auto-updates)\n./install-kimi-flows.sh --symlink\n```\n\n### Quick Start with Kimi\n\n```bash\n# Start Kimi\nkimi\n\n# Create a feature\n/flow:devflow-feat\n\n# Implement it\n/flow:devflow-dev issue#123\n\n# Validate\n/flow:devflow-check\n\n# Review PR\n/flow:devflow-review-pr 45\n```\n\n### Claude vs Kimi Comparison\n\n| Feature | Claude Code | Kimi CLI |\n|---------|-------------|----------|\n| **Format** | Slash Commands | Flow Skills |\n| **Execution** | Single-step | Multi-step with decisions |\n| **DevFlow** | `/devflow:feat` | `/flow:devflow-feat` |\n| **Automation** | Manual steps | Guided workflow |\n| **Diagrams** | N/A | Visual Mermaid flows |\n\nThe Flow Skills are located in `.kimi/skills/` and do not interfere with Claude Code plugins.\n\n[**View Kimi Flow Skills Documentation**](./.kimi/README.md)\n\n---\n\n## Adding New Plugins\n\n1. Create a new directory under `plugins/`:\n   ```\n   plugins/new-plugin/\n   ├── .claude-plugin/\n   │   └── plugin.json\n   ├── commands/\n   └── README.md\n   ```\n\n2. Add the plugin to `marketplace.json`:\n   ```json\n   {\n     \"plugins\": [\n       { \"name\": \"new-plugin\", \"source\": \"./plugins/new-plugin\", ... }\n     ]\n   }\n   ```\n\n3. Document the plugin in its own `README.md`\n\n## Official Documentation\n\n- [Plugins Overview](https://docs.claude.com/en/docs/claude-code/plugins)\n- [Plugins Reference](https://docs.claude.com/en/docs/claude-code/plugins-reference)\n- [Slash Commands](https://docs.claude.com/en/docs/claude-code/slash-commands)\n- [Skills](https://docs.claude.com/en/docs/claude-code/skills)\n\n## License\n\nMIT\n\n## Support\n\n- **Issues**: [GitHub Issues](https://github.com/docutray/docutray-claude-code-plugins/issues)\n- **Contact**: Roberto Arce (roberto@docutray.com)\n\n---\n\nBuilt with [Claude Code](https://docs.claude.com/en/docs/claude-code/overview) by Docutray\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocutray%2Fdocutray-claude-code-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocutray%2Fdocutray-claude-code-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocutray%2Fdocutray-claude-code-plugins/lists"}