Group: Clanker
Sort by:Popular

Shared foundation for all OpenSpec Gradle plugins. Data models (Symbol, Reference, MethodCall, TaskItem, Proposal), services (ProposalScanner, TaskParser, TaskWriter, TaskCodeGenerator, DependencyGraph), Gradle extensions (WrkxExtension, ...
Last Release on Apr 2, 2026
Generates agent-specific instruction and skill files from project metadata. SkillGenerator creates skill files for Claude (.claude/skills/), Copilot (.github/skills/), Codex (.agents/skills/), and OpenCode (.opencode/skills/).
Last Release on Apr 2, 2026
Source code parsing and symbol extraction for Kotlin and Java. KotlinPsiParser uses regex-based extraction (no compiler dependency).
Last Release on Apr 2, 2026
Auto-applied detekt and ktlint configuration for OpenSpec projects.
Last Release on Mar 31, 2026

5.OpenSpec Code Quality5 usages

zone.clanker » quality MIT

Auto-applied linting for Kotlin Gradle projects. Configures detekt (static analysis) and ktlint (formatting) with sensible defaults.
Last Release on Apr 2, 2026
Gradle plugins for AI coding agents — Claude, Copilot, Codex, OpenCode
Last Release on Apr 8, 2026

14.Agent Exec Library4 usages

zone.clanker » clkx-exec MIT

Process execution library for agent CLI wrappers
Last Release on Apr 10, 2026
AI agent process management and execution infrastructure. AgentRunner spawns CLI processes with stdin isolation.
Last Release on Apr 2, 2026
Static architecture analysis for Gradle projects. DependencyAnalyzer builds import-based dependency graphs.
Last Release on Apr 2, 2026
Gradle settings plugin for source symbol extraction. Generates LLM-ready context from compiled projects.
Last Release on Apr 13, 2026
Gradle settings plugin for multi-repository workspace management. Reads workspace.json to clone repos, wire them as Gradle composite builds via includeBuild(), and aggregate tasks across all included projects.
Last Release on Apr 12, 2026
Output adapter that generates Claude Code agent files. Produces .claude/CLAUDE.md (instructions) and .claude/skills/*.md (skill files) using Claude Code frontmatter format with name, description, argument-hint, and paths fields.
Last Release on Apr 2, 2026
Output adapter that generates OpenAI Codex agent files. Produces AGENTS.md (instructions) and .agents/skills/*.md (skill files) using YAML frontmatter format with full metadata.
Last Release on Apr 2, 2026