Back to Discover

ai-generic-skills

skill

TEHIK-EE

TEHIK AI software development skills, available as a Claude Code Plugin Marketplace

View on GitHub
0 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add TEHIK-EE/ai-generic-skills

README

TEHIK AI Generic Skills

A Claude Code Plugin Marketplace containing reusable AI skills for software development workflows at TEHIK.

Overview

This repository provides three plugins for Claude Code:

  • tehik-dev-skills — Core development lifecycle skills: feature implementation, bug fixing, refactoring, commits, migrations, releases, dependency management, and codebase quality.
  • tehik-task-board — Folder-based task board skills for turning business briefs into atomic tasks, processing queues, and running validation workflows.
  • tehik-standards-validation — Validate a project against TEHIK's published standards (NFRs, IT Profile). Each skill fans out across parallel subagents to keep context manageable and produces a Markdown audit report.

Skills are invoked automatically by Claude Code when your request matches a skill's trigger conditions, or explicitly via /skill-name.

Installation

Via Claude Code Marketplace

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
/plugin install tehik-standards-validation@tehik-dev-skills

Manual Installation

Clone the repository and install each plugin individually:

git clone git@github.com:TEHIK-EE/ai-generic-skills.git

Then in Claude Code:

/plugin add ./plugins/tehik-dev-skills
/plugin add ./plugins/tehik-task-board
/plugin add ./plugins/tehik-standards-validation

To install only one plugin, run only the corresponding /plugin add command.

Updating

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.

Skills

tehik-dev-skills

SkillDescription
implement-featureFull feature implementation cycle from codebase analysis to MR-ready state.
fix-bugFull bug-fix cycle from reproduction to MR-ready state, including root cause analysis.
refactorSafe, test-protected refactoring cycle for restructuring code without changing behavior.
run-testsRun linting, tests, and coverage checks to verify code is ready to commit.
conventional-commitStage changes and create a properly formatted conventional git commit.
create-branchCreate a correctly named git branch following the project branch strategy.
create-migrationCreate idempotent, backward-compatible database migration scripts (Flyway, Liquibase, Alembic, Prisma).
releaseComplete release cycle: branch, CHANGELOG, version bump, tests, MRs, and tag.
update-dependenciesAudit and safely update npm, pip, or Gradle/Maven dependencies.
update-docsUpdate project documentation (README, CHANGELOG, API docs) after code changes.
codebase-auditorDeterministic compliance audit against the project's own architecture and quality rules.
ai-slop-cleanerDetect and remove low-value AI-generated noise: redundant comments, dead helpers, verbose wrappers.
analyze-codebaseAnalyze codebase structure, patterns, and dependencies before making changes.
init-projectBootstrap a new software project from scratch with enterprise-grade standards.
validate-external-proposalTechnical and business validation of external partner proposals, vendor offers, or architecture documents.

tehik-task-board

SkillDescription
business-brief-to-tasksTurn a business brief or raw assignment into atomic tasks in a folder, including an EPIC and sub-tasks.
process-task-boardProcess a folder-based task queue — complete tasks and move them to the output folder with artifact directories.
task-board-runnerRun folder-based task queues (To-DoTo-ValidateDone) with routing and second-pass validation.
validate-task-boardSecond-pass review: move To-Validate tasks to Done or back to To-Do with clarifying notes.

tehik-standards-validation

SkillDescription
validate-tehik-nfrValidate a project against TEHIK's non-functional requirements. Fans out NFR sections across parallel subagents and produces a per-requirement Markdown audit report.
validate-tehik-it-profileValidate a project's technology stack against the TEHIK IT Profile (preferred / acceptable / forbidden tech). Fans out per technology layer and produces a per-component Markdown audit report.

Rendered live from TEHIK-EE/ai-generic-skills's GitHub README — not stored, always reflects the source repo.

3 Plugins

NameDescriptionCategorySource
tehik-dev-skillsCore development lifecycle skills for implementing features, fixing bugs, refactoring, managing git, database migrations, dependencies, and codebase quality../plugins/tehik-dev-skills
tehik-task-boardFolder-based task board pipeline skills for turning business briefs into tasks, processing queues, running task workflows, and second-pass validation../plugins/tehik-task-board
tehik-standards-validationValidate a software project against TEHIK's published standards documents. Each skill splits its source document across parallel subagents to keep context manageable and produces a Markdown audit report with per-requirement verdicts and recommendations../plugins/tehik-standards-validation

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.