Berry avatar

Berry

Community

@berrykuipers

3Followers
|
3Public Repos
|
24Published Skills

Agent Skills by Berry

Showing 24 vetted skills indexed across 1 GitHub repositories.

BerryKuipersBerryKuipers
7

project-memory

Store and search project-specific context using mcp__memory__store and mcp__memory__search.

Community
Advanced
BerryKuipersBerryKuipers
7

dev-memory-update

Extract development events from git commits into ai_memory/events.jsonl.

Community
Advanced
BerryKuipersBerryKuipers
7

dev-memory-briefing

Generate structured session briefings from development memory events and sessions.

Community
Advanced
BerryKuipersBerryKuipers
7

semantic-theming

Enforce semantic theming in Tailwind projects by preventing raw color literals.

Community
Advanced
BerryKuipersBerryKuipers
7

create-feature-branch

Create a feature branch from development with remote tracking.

Community
Intermediate
BerryKuipersBerryKuipers
7

validate-git-hygiene

Validate commit messages, branch names, and repository state for Git hygiene.

Community
Intermediate
BerryKuipersBerryKuipers
7

create-pull-request

Create GitHub pull requests with linked issues and template-based bodies.

Community
Intermediate
BerryKuipersBerryKuipers
7

commit-with-validation

Create atomic Git commits with standardized messages and pre-commit validation.

Community
Intermediate
BerryKuipersBerryKuipers
7

quality-gate

Run TypeScript/JavaScript quality checks and generate a JSON report.

Community
Intermediate
BerryKuipersBerryKuipers
7

record-quality-baseline

Record code quality metrics before refactoring into a timestamped JSON baseline.

Community
Intermediate
BerryKuipersBerryKuipers
7

validate-coverage-threshold

Validate JavaScript/TypeScript test coverage against configured thresholds from coverage reports.

Community
Intermediate
BerryKuipersBerryKuipers
7

validate-lint

Run ESLint and Prettier to validate JavaScript/TypeScript code style.

Community
Intermediate
BerryKuipersBerryKuipers
7

validate-build

Run production build validation across Vite, TypeScript, Webpack, esbuild, and Rollup.

Community
Intermediate
BerryKuipersBerryKuipers
7

validate-typescript

Run TypeScript type checking with tsc --noEmit and report errors by category.

Community
Intermediate
BerryKuipersBerryKuipers
7

audit-dependencies

Audit npm dependencies for security vulnerabilities and outdated packages.

Community
Intermediate
BerryKuipersBerryKuipers
7

gemini-api-caching

Cache Gemini API responses with versioned keys and cache busting.

Community
Intermediate
BerryKuipersBerryKuipers
7

gemini-api-rate-limiting

Serialize Gemini API calls with delays and exponential backoff to prevent 429 errors.

Community
Intermediate
BerryKuipersBerryKuipers
7

skill-creator

Generate Claude Skill structures with YAML frontmatter and validation.

Community
Intermediate
BerryKuipersBerryKuipers
7

run-comprehensive-tests

Run Vitest/Jest tests and emit a deterministic JSON report with outcomes and coverage.

Community
Intermediate
BerryKuipersBerryKuipers
7

save-workflow-state

Persist conductor workflow state to JSON in .claude/state/conductor.json.

Community
Intermediate
BerryKuipersBerryKuipers
7

load-resumption-state

Loads JSON state file and Git branch info to compute resumption phase and skipped steps.

Community
Intermediate
BerryKuipersBerryKuipers
7

fetch-github-issue-analysis

Fetch GitHub issue data and AI analysis comments into structured JSON.

Community
Intermediate
BerryKuipersBerryKuipers
7

parse-ai-analysis

Parse GitHub AI analysis comments into structured JSON sections.

Community
Intermediate
BerryKuipersBerryKuipers
7

check-existing-pr

Check for existing pull requests on the current branch via gh and jq.

Community
Intermediate