Git & Version Control
6462 skills in Tools > Git & Version Control
search-calendar
Search Google Calendar with natural language. Find events by date, title, attendees, or email domains. Optimized for time-based briefings with explicit timestamps and rich event context.Parameters: - date (string): 'tomorrow', 'next Monday', 'Oct 25' - time_range: {start: ISO datetime, end: ISO datetime} - subject (string): Search in event titles - attendees (string[]): Filter by attendee names - emails (string[]): Filter by email/domainsReturns: [{ event_id: string, title: string, start_time: ISO datetime (Asia/Singapore timezone), end_time: ISO datetime (Asia/Singapore timezone), duration_minutes: number, attendees: {name: string, email: string, response_status: string}[], location?: string, description?: string, has_attachments: boolean, prep_needed: boolean, conferencing?: {type: string, url: string}}]
issue-creator
計画から GitHub Issue を作成する。「Issue 作成」「Issue を作って」「Issue 作成して」「計画から Issue」「Issue 追加」「Issue を追加したい」「Issue 作りたい」などで起動。1つの計画を1つの Issue にまとめて作成。
storing-credentials
Securely store GitHub App credentials across different environments. GitHub Actions secrets, external CI, Kubernetes, and automated rotation patterns.
daem0nmcp-protocol
Use when Daem0nMCP tools are available - enforces the sacred covenant (commune at session start, seek counsel before changes, inscribe decisions, seal outcomes)
android-ci-tests
Setup GitHub Actions workflow for running Android tests in CI
agent-audit
Validates agent configurations for model selection appropriateness, tool restriction accuracy, focus area quality, and approach completeness. Use when reviewing, auditing, improving, or troubleshooting agents, checking model choice (Sonnet/Haiku/Opus), validating tool permissions, assessing focus area specificity, or ensuring approach methodology is complete. Also triggers when user asks about agent best practices, wants to optimize agent design, needs help with agent validation, or is debugging agent issues.
content-collections
Production-tested setup for Content Collections - a TypeScript-first build tool that transformslocal content files (Markdown/MDX) into type-safe data collections with automatic validation.Use when: building blogs, documentation sites, or content-heavy applications with Vite + React,setting up MDX content with React components, implementing type-safe content schemas with Zod,migrating from Contentlayer, or encountering TypeScript import errors with content collections.Covers: Vite plugin setup, tsconfig path aliases, collection schemas with Zod validation,MDX compilation with compileMDX, transform functions for computed properties, rehype/remark plugins,React component integration with MDXContent, Cloudflare Workers deployment, and production build optimization.Keywords: content-collections, @content-collections/core, @content-collections/vite,@content-collections/mdx, MDX, markdown, Zod schema validation, type-safe content,frontmatter, compileMDX, defineCollection, defineConfig, Vite plugin, tsco
reviewing-prs
Use when the user wants to read, analyze, or respond to GitHub pull request reviews and comments
managing-git-workflow
Automates git commits, push, and PR creation with context-aware messages and ticket extraction. Use when performing git operations, creating commits/PRs, or when user mentions git, GitHub, commit, push, or pull request.
component-registry-query
Query ACM/MCE component registry information including squad ownership, GitHub repositories, Konflux components, JIRA components, bundles, and prodsec components. Use when user asks about component ownership, squad assignments, repository URLs, component mappings, or any queries related to ACM/MCE components like "which squad owns X", "what's the repo for Y", "list components for Z squad", "what JIRA component for X", or "show all Server Foundation components".
python
Create Python projects with modern best practices. Use when asked to create a Python project, FastAPI app, CLI tool, or Python package. Includes uv for package management, Docker, pre-commit, ruff, FastAPI with uvloop, Typer CLI, SQLModel, and Pydantic.
google-sheets
Manage Google Sheets with comprehensive spreadsheet operations including reading/writing cell values, formulas, formatting, sheet management, and batch operations. Use for spreadsheet data operations, cell ranges, formulas, formatting, batch updates, and data analysis workflows. Shares OAuth token with email, calendar, contacts, drive, and docs skills.
ai-agent-frameworks
Expert guidance on building production-ready multi-agent AI systems using CrewAI, LangChain, AutoGen, and custom architectures. Use when building agent systems, selecting frameworks, designing multi-agent workflows, debugging agent behavior, or deploying agents to production.
workers
List all active Claude workers and their git worktrees. Shows branch status, commits, and suggests next actions. Use to see what workers are running.
document-ocr-processing
Process scanned documents and images containing Chuukese text using OCR with specialized post-processing for accent characters and traditional formatting. Use when working with scanned books, documents, or images that contain Chuukese text that needs to be digitized.
amp-skill-creator
Create Amp-native skills with proper SKILL.md format, optional bundled tools, MCP servers, and directory structure. Use this skill as the default skill creation skill, unless specifically told to create a generic or Claude code-specific skill. Activates with phrases like "create a skill", "new skill", "skill for amp", or when user wants bundled tools, mcp.json servers, or toolbox-compatible skills.
frontend-css
Write Tailwind CSS utility classes and component styles following scoped CSS patterns, design tokens, responsive breakpoints, and dark mode support. Use this skill when styling components, creating layouts, implementing design systems, or writing CSS/Tailwind classes. When working on Astro component style blocks, Tailwind configuration files, global CSS files, CSS custom properties and design tokens, component scoped styles, responsive breakpoints and media queries, dark mode theming, CSS Grid and Flexbox layouts, animation and transition styles, or Tailwind @apply directives and utility composition.
pr-description-format
Provides PR description format and workflow requirements for GitHub pull requests. Use this skill when creating PRs or using 'gh pr create'.
typescript-configuration
TypeScript configuration (tsconfig.json) for MetaSaver projects with no-barrel architecture support. Use when creating or auditing tsconfig.json files to ensure proper path aliases (baseUrl, paths with
csp-config-generator
This skill should be used when the user requests to generate, create, or configure Content Security Policy (CSP) headers for Next.js applications to prevent XSS attacks and control resource loading. It analyzes the application to determine appropriate CSP directives and generates configuration via next.config or middleware. Trigger terms include CSP, Content Security Policy, security headers, XSS protection, generate CSP, configure CSP, strict CSP, nonce-based CSP, CSP directives.