{"id":35135182,"url":"https://github.com/husniadil/ekstend","last_synced_at":"2026-01-13T23:02:07.704Z","repository":{"id":328928211,"uuid":"1117379088","full_name":"husniadil/ekstend","owner":"husniadil","description":"Ekstend your Claude Code with community plugins","archived":false,"fork":false,"pushed_at":"2026-01-02T05:15:55.000Z","size":194,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-07T23:41:11.039Z","etag":null,"topics":["claude-code","claude-code-plugin","developer-tools","plugin-marketplace","productivity"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/husniadil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-12-16T08:28:09.000Z","updated_at":"2026-01-03T23:55:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/husniadil/ekstend","commit_stats":null,"previous_names":["husniadil/claude-code-plugins"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/husniadil/ekstend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/husniadil%2Fekstend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/husniadil%2Fekstend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/husniadil%2Fekstend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/husniadil%2Fekstend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/husniadil","download_url":"https://codeload.github.com/husniadil/ekstend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/husniadil%2Fekstend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28399504,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"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":["claude-code","claude-code-plugin","developer-tools","plugin-marketplace","productivity"],"created_at":"2025-12-28T08:50:42.474Z","updated_at":"2026-01-13T23:02:07.687Z","avatar_url":"https://github.com/husniadil.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ekstend\n\nA collection of plugins for [Claude Code](https://claude.com/claude-code).\n\n## Plugins\n\n### ultrathink\n\nSequential thinking CLI for multi-step problem solving. Use when breaking down complex problems into steps, planning implementations, debugging multi-layered issues, or when explicit step-by-step reasoning with confidence tracking and assumption management is beneficial.\n\n**Features:**\n\n- Sequential thinking with session management\n- Confidence scoring (0.0-1.0 scale)\n- Assumption tracking with dependencies\n- Branching and revision support\n\n[Learn more](./plugins/ultrathink/README.md)\n\n### skill-creator\n\nGuide for creating effective skills that extend Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when you want to create a new skill or update an existing one.\n\n**Features:**\n\n- Step-by-step skill creation guidance\n- Best practices for context management\n- Scripts for initializing, validating, and packaging skills\n- Reference documentation for workflow and output patterns\n\n[Learn more](./plugins/skill-creator/README.md)\n\n### database\n\nAccess MySQL, PostgreSQL, and SQLite databases via CLI for querying, schema exploration, and data management. Auto-detects database type from context (connection strings, file extensions, config patterns) or asks when unclear.\n\n**Features:**\n\n- Multi-database support (MySQL, PostgreSQL, SQLite)\n- Auto-detection of database type from context\n- Credential management (manual input, .env, docker-compose.yml, connection strings)\n- Safety confirmations for destructive operations\n- Schema exploration commands\n- Production/system database warnings\n- Credential protection (passwords never shown in output)\n\n[Learn more](./plugins/database/README.md)\n\n### ideate\n\nFacilitation-first brainstorming skill that helps users unlock their own ideas through structured questioning and expansion techniques. Use when you need to brainstorm, generate ideas, or think through options.\n\n**Features:**\n\n- EECCA workflow: Extract, Expand, Challenge, Cluster, Action\n- AI as facilitator, not generator philosophy\n- Session persistence via markdown files\n- Technique deep-dives (SCAMPER, Six Thinking Hats)\n- Provocative questions library\n\n[Learn more](./plugins/ideate/README.md)\n\n### code-review\n\nIterative code review skill with gap detection and user-controlled fixes. Supports both PR review and holistic codebase review. Understands business logic and traces integrations end-to-end.\n\n**Features:**\n\n- Two review modes: PR diff review and holistic codebase audit\n- Business logic awareness (understands domain rules, not just code)\n- End-to-end integration tracing (frontend → backend → database → external APIs)\n- 9 gap categories: Business Logic, Integration, Logic, Security, Performance, Error Handling, Style, Tests, Docs\n- Human-in-loop with AskUserQuestion for gap selection\n- Iterative loop: Review → Fix → Re-review until clean\n\n[Learn more](./plugins/code-review/README.md)\n\n### interview\n\nDeep requirements gathering skill that interviews users through thoughtful, in-depth questions before implementation. Uses CDEEPER workflow to uncover hidden requirements, edge cases, and trade-offs.\n\n**Features:**\n\n- CDEEPER workflow: Contextualize, Discover, Explore, Edge, Prioritize, Experience, Ready\n- Codebase exploration before questioning (avoids obvious questions)\n- Skip-to-summary flow with configurable styles (Minimal/Inferred/Critical first)\n- Question tracking and deduplication\n- Confidence scoring (percentage-based on each requirement)\n- Hybrid question ordering (domain-based + adaptive)\n- Multi-session persistence with phase tracking\n\n[Learn more](./plugins/interview/README.md)\n\n## Installation\n\n### From terminal (non-interactive)\n\n```bash\nclaude plugin marketplace add husniadil/ekstend\nclaude plugin install ultrathink@ekstend\nclaude plugin install skill-creator@ekstend\nclaude plugin install database@ekstend\nclaude plugin install ideate@ekstend\nclaude plugin install code-review@ekstend\nclaude plugin install interview@ekstend\n```\n\n### From Claude Code session (interactive)\n\n1. Add the marketplace:\n\n```\n/plugin marketplace add husniadil/ekstend\n```\n\n2. Install a plugin:\n\n```\n/plugin install ultrathink@ekstend\n/plugin install skill-creator@ekstend\n/plugin install database@ekstend\n/plugin install ideate@ekstend\n/plugin install code-review@ekstend\n/plugin install interview@ekstend\n```\n\nOr browse available plugins interactively with `/plugin` and select \"Browse Plugins\".\n\n## License\n\nMIT\n\n### Third-Party Licenses\n\n- **skill-creator** plugin: Originally created by [Anthropic](https://github.com/anthropics/skills), licensed under Apache License 2.0. See [plugins/skill-creator/LICENSE.txt](./plugins/skill-creator/LICENSE.txt) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhusniadil%2Fekstend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhusniadil%2Fekstend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhusniadil%2Fekstend/lists"}