By tehik-ee
Folder-based task board pipeline skills for turning business briefs into tasks, processing queues, running task workflows, and second-pass validation.
Turns a business brief or raw assignment into atomic tasks in a folder (including EPIC and sub-tasks)
Processes a folder-based task queue — completes tasks and moves them to the output folder together with artifact directories
Runs folder-based task queues for IDE work using paths like Agent_reports/Tasks/To-Do, To-Validate, and Done; processes tasks, writes artifact subfolders, routes completed work to To-Validate or Done, runs a second-pass validation workflow to move items to Done or back to To-Do with review notes, and splits business briefs into tasks. Use when the user mentions task folders, validation queues, or Jira-style boards.
Second-pass review — moves To-Validate tasks to Done or back to To-Do with clarifying notes (suited to running with a stronger model)
A Claude Code Plugin Marketplace containing reusable AI skills for software development workflows at TEHIK.
This repository provides two plugins for Claude Code:
Skills are invoked automatically by Claude Code when your request matches a skill's trigger conditions, or explicitly via /skill-name.
In Claude Code, run:
/plugin marketplace add TEHIK-EE/ai-generic-skills
This registers the marketplace so you can browse its plugins. Then install the ones you want (or use the following commands):
/plugin install tehik-dev-skills@tehik-dev-skills
/plugin install tehik-task-board@tehik-dev-skills
Clone the repository and install each plugin individually:
git clone [email protected]:TEHIK-EE/ai-generic-skills.git
Then in Claude Code:
/plugin add ./plugins/tehik-dev-skills
/plugin add ./plugins/tehik-task-board
To install only one plugin, run only the corresponding /plugin add command.
Auto-update is disabled by default for third-party marketplaces. To enable it, open /plugin → Marketplaces tab and toggle auto-update for this marketplace. When enabled, Claude Code checks for updates at startup and prompts you to run /reload-plugins when skills change.
To update manually at any time:
/plugin marketplace update tehik-dev-skills
Then run /reload-plugins to apply the changes.
| Skill | Description |
|---|---|
implement-feature | Full feature implementation cycle from codebase analysis to MR-ready state. |
fix-bug | Full bug-fix cycle from reproduction to MR-ready state, including root cause analysis. |
refactor | Safe, test-protected refactoring cycle for restructuring code without changing behavior. |
run-tests | Run linting, tests, and coverage checks to verify code is ready to commit. |
conventional-commit | Stage changes and create a properly formatted conventional git commit. |
create-branch | Create a correctly named git branch following the project branch strategy. |
create-migration | Create idempotent, backward-compatible database migration scripts (Flyway, Liquibase, Alembic, Prisma). |
release | Complete release cycle: branch, CHANGELOG, version bump, tests, MRs, and tag. |
update-dependencies | Audit and safely update npm, pip, or Gradle/Maven dependencies. |
update-docs | Update project documentation (README, CHANGELOG, API docs) after code changes. |
codebase-auditor | Deterministic compliance audit against the project's own architecture and quality rules. |
ai-slop-cleaner | Detect and remove low-value AI-generated noise: redundant comments, dead helpers, verbose wrappers. |
analyze-codebase | Analyze codebase structure, patterns, and dependencies before making changes. |
init-project | Bootstrap a new software project from scratch with enterprise-grade standards. |
validate-external-proposal | Technical and business validation of external partner proposals, vendor offers, or architecture documents. |
| Skill | Description |
|---|---|
business-brief-to-tasks | Turn a business brief or raw assignment into atomic tasks in a folder, including an EPIC and sub-tasks. |
process-task-board | Process a folder-based task queue — complete tasks and move them to the output folder with artifact directories. |
task-board-runner | Run folder-based task queues (To-Do → To-Validate → Done) with routing and second-pass validation. |
validate-task-board | Second-pass review: move To-Validate tasks to Done or back to To-Do with clarifying notes. |
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub tehik-ee/ai-generic-skills --plugin tehik-task-boardCore development lifecycle skills for implementing features, fixing bugs, refactoring, managing git, database migrations, dependencies, and codebase quality.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses