Agent Skills by Berry
Showing 24 vetted skills indexed across 1 GitHub repositories.
project-memory
Store and search project-specific context using mcp__memory__store and mcp__memory__search.
dev-memory-update
Extract development events from git commits into ai_memory/events.jsonl.
dev-memory-briefing
Generate structured session briefings from development memory events and sessions.
semantic-theming
Enforce semantic theming in Tailwind projects by preventing raw color literals.
create-feature-branch
Create a feature branch from development with remote tracking.
validate-git-hygiene
Validate commit messages, branch names, and repository state for Git hygiene.
create-pull-request
Create GitHub pull requests with linked issues and template-based bodies.
commit-with-validation
Create atomic Git commits with standardized messages and pre-commit validation.
quality-gate
Run TypeScript/JavaScript quality checks and generate a JSON report.
record-quality-baseline
Record code quality metrics before refactoring into a timestamped JSON baseline.
validate-coverage-threshold
Validate JavaScript/TypeScript test coverage against configured thresholds from coverage reports.
validate-lint
Run ESLint and Prettier to validate JavaScript/TypeScript code style.
validate-build
Run production build validation across Vite, TypeScript, Webpack, esbuild, and Rollup.
validate-typescript
Run TypeScript type checking with tsc --noEmit and report errors by category.
audit-dependencies
Audit npm dependencies for security vulnerabilities and outdated packages.
gemini-api-caching
Cache Gemini API responses with versioned keys and cache busting.
gemini-api-rate-limiting
Serialize Gemini API calls with delays and exponential backoff to prevent 429 errors.
skill-creator
Generate Claude Skill structures with YAML frontmatter and validation.
run-comprehensive-tests
Run Vitest/Jest tests and emit a deterministic JSON report with outcomes and coverage.
save-workflow-state
Persist conductor workflow state to JSON in .claude/state/conductor.json.
load-resumption-state
Loads JSON state file and Git branch info to compute resumption phase and skipped steps.
fetch-github-issue-analysis
Fetch GitHub issue data and AI analysis comments into structured JSON.
parse-ai-analysis
Parse GitHub AI analysis comments into structured JSON sections.
check-existing-pr
Check for existing pull requests on the current branch via gh and jq.