Content & Writing

Page 49 of 60

Browse skills in this category.

4264 skills · Showing 3457-3528
Sort by:

ghe-status

Content & Writing

by aiskillstore

Read-only quick overview of GitHub Elements workflow state. Shows active threads, phase distribution, and workflow health at a glance.

85
Jan 19, 2026, 04:39 AM

ghe-thread-manager

Content & Writing

by aiskillstore

Use this skill when the user expresses ANY intent related to issue/thread management:- Switching issues: "let's work on X", "switch to #Y", "go to the auth issue"- Checking status: "what are we working on?", "current issue?", "status?"- Background work: "what's in background?", "any features ready?", "check progress"- Starting development: "implement X", "add feature", "fix bug Y", "build a..."- Joining reviews: "let me see the review", "check that feature", "join #X"- Pausing/resuming: "pause this", "come back later", "resume #X"- Stopping transcription: "stop tracking", "don't record this", "private mode"- Resuming last session: "what were we working on?", "resume last issue", "continue where we left off"- Any natural expression of wanting to change focus or check work statusThis skill interprets natural language - users should NOT memorize commands.For the full GHE workflow protocol, see skill: github-elements-tracking

85
Jan 19, 2026, 04:39 AM

ghe-transition

Content & Writing

by aiskillstore

Change phases in the GitHub Elements workflow by closing current thread and opening the next. Use for DEV→TEST, TEST→REVIEW, REVIEW→merge transitions, or demotions. Do not use for saving progress.

85
Jan 19, 2026, 04:39 AM

ghostty

Content & Writing

by aiskillstore

Control Ghostty terminal emulator via CLI. Manage windows, tabs, splits, and configuration.

85
Jan 19, 2026, 04:39 AM

giil

Content & Writing

by aiskillstore

Get Image [from] Internet Link - Zero-setup CLI for downloading full-resolution images from iCloud, Dropbox, Google Photos, and Google Drive share links. Four-tier capture strategy, browser automation, HEIC conversion, album support. Node.js/Playwright.

85
Jan 19, 2026, 04:39 AM

git-advanced

Content & Writing

by aiskillstore

Advanced Git operations and workflows including interactive rebasing, conflict resolution, history manipulation, bisecting for bugs, cherry-picking, reflog recovery, and branch management strategies. Use for: (1) Interactive rebasing and commit cleanup, (2) Complex merge conflict resolution, (3) Git bisect for bug hunting, (4) History rewriting and cleanup, (5) Branch strategy implementation (Git Flow, trunk-based), (6) Recovering lost commits with reflog

85
Jan 19, 2026, 04:39 AM

git-analysis

Content & Writing

by aiskillstore

Analyze git repository changes, branch differences, and commit history. Use when analyzing branches, comparing changes, examining commit history, or preparing for PR/commit operations.

85
Jan 19, 2026, 04:39 AM

git-commit

Content & Writing

by aiskillstore

MUST use this skill when user asks to commit, create commit, save work, or mentions "커밋". This skill OVERRIDES default git commit behavior. Creates commits following Conventional Commits format with emoji + type/scope/subject (✨ feat, 🐛 fix, ♻️ refactor, etc).

85
Jan 19, 2026, 04:39 AM

git-protocol

Content & Writing

by aiskillstore

Git protocol implementation patterns using gitoxide for Guts repository operations

85
Jan 19, 2026, 04:39 AM

git-workflow-enforcer

Content & Writing

by aiskillstore

Ensures commits follow conventional commits, branch naming conventions, and PR templates. Use when creating commits, branches, or PRs, or when user mentions git workflow.

85
Jan 19, 2026, 04:39 AM

git-workspace-init

Content & Writing

by aiskillstore

Initialize a new git worktree and branch for feature development or bug fixes. Use when: (1) Starting work on a new feature, (2) Beginning a bug fix, (3) Creating an isolated workspace for any task, (4) You want to work in parallel on multiple branches. This skill handles branch naming with conventional branch conventions, worktree creation, and remote push setup.

85
Jan 19, 2026, 04:39 AM

github-elements-tracking

Content & Writing

by aiskillstore

This skill should be used when the user asks to "track work across sessions", "create an epic", "manage issue waves", "post a checkpoint", "claim an issue", "recover from compaction", "coordinate multiple agents", "update memory bank", "store large documents", or mentions GitHub Issues as persistent memory, multi-session work, context survival, agent collaboration, SERENA MCP memory, or project-level context. Provides complete protocols for using GitHub Issues as permanent memory that survives context exhaustion, with integrated SERENA MCP memory bank for project-level context and large document storage.

85
Jan 19, 2026, 04:39 AM

github-issues

Content & Writing

by aiskillstore

GitHub issues management assistant for Logseq Template Graph. Analyzes issues, triages with labels, plans implementations, generates responses, creates PRs, and manages issue lifecycle. Use when handling bug reports, feature requests, questions, or coordinating development through GitHub issues.

85
Jan 19, 2026, 04:39 AM

github-pr

Content & Writing

by aiskillstore

GitHub PR utilities for code review workflows

85
Jan 19, 2026, 04:39 AM

github-pr-best-practices

Content & Writing

by aiskillstore

Best practices for creating GitHub pull requests including conventional commits, PR formatting, and multi-language support (en/ja). Use when creating PRs, writing PR descriptions, or formatting commit messages.

85
Jan 19, 2026, 04:39 AM

github-pr-creation

Content & Writing

by aiskillstore

MUST use this skill when user asks to create PR, open pull request, submit for review, or mentions "PR 생성/만들기". This skill OVERRIDES default PR creation behavior. Analyzes commits, validates task completion, generates Conventional Commits title and description, suggests labels.

85
Jan 19, 2026, 04:39 AM

github-pr-issue

Content & Writing

by aiskillstore

查看/更新 GitHub Issue、PR(含评论与 diff),并按团队规范非交互创建或修改 PR;涉及 GitHub Issue/PR 的操作时使用。

85
Jan 19, 2026, 04:39 AM

gke-expert

Content & Writing

by aiskillstore

Expert guidance for Google Kubernetes Engine (GKE) operations including cluster management, workload deployment, scaling, monitoring, troubleshooting, and optimization. Use when working with GKE clusters, Kubernetes deployments on GCP, container orchestration, or when users need help with kubectl commands, GKE networking, autoscaling, workload identity, or GKE-specific features like Autopilot, Binary Authorization, or Config Sync.

85
Jan 19, 2026, 04:39 AM

global-coding-style

Content & Writing

by aiskillstore

Write clean, consistent code following naming conventions, DRY principles, small focused functions, automated formatting, and meaningful variable names. Use this skill when writing or refactoring any code in any language, naming variables/functions/classes/files, structuring code logic, removing dead code, or ensuring code readability and maintainability. Apply to all programming tasks including Python, JavaScript, TypeScript, Ruby, Java, Go, or any other language files (.py, .js, .ts, .rb, .java, .go) to maintain consistent style, improve code quality, and enhance team collaboration across the entire codebase.

85
Jan 19, 2026, 04:39 AM

global-commenting

Content & Writing

by aiskillstore

Write minimal, evergreen code comments that explain complex logic without documenting obvious behavior or temporary changes. Use this skill when adding comments to PHP files, TypeScript/JavaScript files, or any code files, when documenting complex algorithms or business logic, when adding PHPDoc blocks or JSDoc comments, when writing self-documenting code with clear naming, or when reviewing existing comments for relevance and necessity. Focus on keeping code self-explanatory through clear structure and naming rather than relying heavily on comments.

85
Jan 19, 2026, 04:39 AM

global-conventions

Content & Writing

by aiskillstore

Follow consistent project structure, version control practices, environment configuration, code review processes, and development conventions across the entire application. Use this skill when organizing project files and directories, when writing commit messages or creating pull requests, when managing environment variables and configuration, when participating in code reviews, when defining testing requirements, when using feature flags, when maintaining changelogs, when documenting setup instructions, or when establishing consistent development practices across the team.

85
Jan 19, 2026, 04:39 AM

global-error-handling

Content & Writing

by aiskillstore

Implement user-friendly error handling with specific exception types, centralized error handling, graceful degradation, and proper resource cleanup. Use this skill when implementing error handling in controllers, services, or API endpoints, when creating custom exception classes, when writing try-catch blocks, when handling external service failures, when implementing retry strategies, when displaying error messages to users, when cleaning up resources in finally blocks, or when implementing fail-fast validation and error detection.

85
Jan 19, 2026, 04:39 AM

global-standards

Content & Writing

by aiskillstore

Project-wide coding standards and conventions specialist. Use PROACTIVELY

85
Jan 19, 2026, 04:39 AM

global-tech-stack

Content & Writing

by aiskillstore

Understand and adhere to the project's technology stack including Laravel, PHP, React, PostgreSQL, Pest, Tailwind CSS, and all configured tools and services. Use this skill when making architectural decisions, when choosing libraries or packages, when configuring development tools, when setting up testing frameworks, when implementing authentication, when integrating third-party services, when configuring CI/CD pipelines, when setting up local development environments, or when ensuring consistency with the established tech stack across all parts of the application.

85
Jan 19, 2026, 04:39 AM

gmail-tools

Content & Writing

by aiskillstore

Reading and managing Gmail emails - Sending emails with attachments - Replying to emails while maintaining thread continuity

85
Jan 19, 2026, 04:39 AM

go-best-practices

Content & Writing

by aiskillstore

Provides Go patterns for type-first development with custom types, interfaces, functional options, and error handling. Must use when reading or writing Go files.

85
Jan 19, 2026, 04:39 AM

go-mod-helper

Content & Writing

by aiskillstore

Go module system, dependency management, and project configuration assistance.

85
Jan 19, 2026, 04:39 AM

goal-setter

Content & Writing

by aiskillstore

Transform objectives into structured goals with plans. Use when user declares intent ("I want to...", "Goal is to...", "Achieve X by Y"). Decomposes into subgoals, milestones, success criteria.

85
Jan 19, 2026, 04:39 AM

goal-tracker

Content & Writing

by aiskillstore

Track goal progress, derive state from execution, identify gaps, trigger actions. Use for goal status checks, progress reviews, and operational goal management.

85
Jan 19, 2026, 04:39 AM

golang-performance

Content & Writing

by aiskillstore

Go performance optimization techniques including profiling with pprof,

85
Jan 19, 2026, 04:39 AM

golang-testing

Content & Writing

by aiskillstore

Comprehensive Go testing patterns including table-driven tests, mocking,

85
Jan 19, 2026, 04:39 AM

governance-sovereignty

Content & Writing

by aiskillstore

Clerk for Chief/Council authority, assertions of title, self-government, and resistance to federal imposition; use for Governance_Sovereignty queue.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Improves text quality by enhancing grammar, vocabulary, narrative clarity, flow, pacing, and writing style while preserving the author’s voice.

85
Jan 19, 2026, 04:39 AM

grammar-style-enhancer

Content & Writing

by aiskillstore

Analyzes prose for grammar errors, style inconsistencies, clarity issues, and readability problems. Provides specific suggestions for improvement while preserving the author's unique voice. Use when the user needs help polishing their writing, improving clarity, or maintaining consistent style.

85
Jan 19, 2026, 04:39 AM

graphite-cli

Content & Writing

by aiskillstore

This skill should be used to answer questions and guide workflows related to the Graphite CLI. It assists with creating, managing, submitting, and synchronizing stacked code changes (diffs).

85
Jan 19, 2026, 04:39 AM

growth-strategy

Content & Writing

by aiskillstore

Designing growth strategy or GTM plans - Planning experiments and A/B tests - Optimizing activation, retention, or referral flows

85
Jan 19, 2026, 04:39 AM

gsap-animations

Content & Writing

by aiskillstore

GSAP animation best practices for web design - scroll triggers, performance optimization, accessibility, responsive animations, and testing integration. Use when implementing or reviewing animations on WordPress or any web project.

85
Jan 19, 2026, 04:39 AM

guard-regression

Content & Writing

by aiskillstore

デグレーション監視スキル(リファクタリング前後の品質比較、ロールバック判断)

85
Jan 19, 2026, 04:39 AM

happyflow-generator

Content & Writing

by aiskillstore

Automatically generate and execute Python test scripts from OpenAPI specifications and GraphQL schemas with enhanced features

85
Jan 19, 2026, 04:39 AM

harness-model-protocol

Content & Writing

by aiskillstore

Analyze the protocol layer between agent harness and LLM model. Use when (1) understanding message wire formats and API contracts, (2) examining tool call encoding/decoding mechanisms, (3) evaluating streaming protocols and partial response handling, (4) identifying agentic chat primitives (system prompts, scratchpads, interrupts), (5) comparing multi-provider abstraction strategies, or (6) understanding how frameworks translate between native LLM APIs and internal representations.

85
Jan 19, 2026, 04:39 AM

helm-chart-architect

Content & Writing

by aiskillstore

Design production-grade Helm charts through architectural reasoning rather than patternretrieval. Activate when designing new Helm charts for Kubernetes deployments, evaluatingchart architecture, making decisions about component packaging, or reviewing charts forextensibility and maintainability. Guides decision-making about dependencies, lifecyclehooks, configuration surface, and multi-environment deployment through context-specificreasoning rather than generic best practices.

85
Jan 19, 2026, 04:39 AM

high-quality-commit

Content & Writing

by aiskillstore

コード変更を適切なgitコミット戦略でgit commitします。基本的には既存のgitコミットへのsquash戦略を採用し、必要に応じてブランチ全体のgitコミット履歴を再構成します。実装完了時やユーザーがgit commitを依頼した時に使用します。

85
Jan 19, 2026, 04:39 AM

homeassistant-config

Content & Writing

by aiskillstore

Create and manage Home Assistant YAML configuration files including automations, scripts, templates, blueprints, Lovelace dashboards, and file organization. Use when working with Home Assistant configuration files (.yaml, .yml) or discussing HA automations, scripts, sensors, or dashboards.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

A guide to creating Claude Code Skills.

85
Jan 19, 2026, 04:39 AM

html-structure-validate

Content & Writing

by aiskillstore

Validate HTML5 structure and basic syntax. BLOCKING quality gate - stops pipeline if validation fails. Ensures deterministic output quality.

85
Jan 19, 2026, 04:39 AM

htmx-skill

Content & Writing

by aiskillstore

Documentation for the htmx JavaScript library (attributes, events, headers, API, extensions, examples, migration guides, server examples). Use when you need accurate htmx syntax/behavior or to locate the right reference page for an htmx question.

85
Jan 19, 2026, 04:39 AM

httpx

Content & Writing

by aiskillstore

A next-generation HTTP client for Python with both sync and async support, perfect for modern Python applications

85
Jan 19, 2026, 04:39 AM

human-docs

Content & Writing

by aiskillstore

Creates human-friendly documentation from AI context documentation. Transforms detailed AI documentation in ai/ folder into digestible summaries, quick starts, and visual diagrams in docs/ folder. Use when users need to quickly understand complex systems or when AI documentation is too detailed for human consumption. Specializes in Mermaid diagrams, executive summaries, and quick reference guides.

85
Jan 19, 2026, 04:39 AM

human-docs-generator

Content & Writing

by aiskillstore

Generates role-based human documentation (<1000 words per doc). Use when epics complete, breaking changes occur, or architecture decisions are made. Creates guides for developers, QA, DevOps, and business stakeholders.

85
Jan 19, 2026, 04:39 AM

i18n-automation

Content & Writing

by aiskillstore

Automate internationalization and localization workflows for web applications with translation, key generation, and library setup

85
Jan 19, 2026, 04:39 AM

iac-checkov

Content & Writing

by aiskillstore

>

85
Jan 19, 2026, 04:39 AM

impl

Content & Writing

by aiskillstore

Implements features and writes code based on Plans.md tasks. Use when user mentions 実装, implement, 機能追加, コードを書いて, 機能を作って, feature, coding, 新機能, implementing functions, classes, or features, 新しい関数. Do not use for review or build verification.

85
Jan 19, 2026, 04:39 AM

implementation-approach

Content & Writing

by shinpr

Implementation strategy selection framework. Use when planning implementation strategy, selecting development approach, or defining verification criteria.

85
Jan 16, 2026, 04:26 AM

implementing-code

Content & Writing

by aiskillstore

>

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Use when building Cmd+K command palettes in React - covers keyboard navigation with arrow keys, keeping selected items in view with scrollIntoView, filtering with shortcut matching, and preventing infinite re-renders from reference instability

85
Jan 19, 2026, 04:39 AM

implementing-with-tdd

Content & Writing

by aiskillstore

Use when implementing bug fixes, features, or any code changes where test-first development is appropriate.

85
Jan 19, 2026, 04:39 AM

improving-components

Content & Writing

by aiskillstore

Expert at automatically applying improvements to Claude Code components based on quality analysis. Enhances descriptions, optimizes tool permissions, strengthens security, and improves usability. Works in conjunction with analyzing-component-quality skill.

85
Jan 19, 2026, 04:39 AM

infrastructure

Content & Writing

by aiskillstore

Infrastructure as Code patterns for deploying Guts nodes using Terraform, Docker, and Kubernetes

85
Jan 19, 2026, 04:39 AM

infrastructure-reporting

Content & Writing

by aiskillstore

Generate comprehensive network infrastructure reports including health status, performance analysis, security audits, and capacity planning recommendations.

85
Jan 19, 2026, 04:39 AM

inngest-handler

Content & Writing

by aiskillstore

Create and manage Inngest functions for reliable background jobs, workflows, and scheduled tasks.

85
Jan 19, 2026, 04:39 AM

integration-e2e-testing

Content & Writing

by shinpr

Integration and E2E test design principles, ROI calculation, test skeleton specification, and review criteria. Use when designing integration tests, E2E tests, or reviewing test quality.

85
Jan 16, 2026, 04:26 AM

intent-analyzer

Content & Writing

by aiskillstore

Advanced intent interpretation system that analyzes user requests using cognitive science principles and extrapolates logical volition. Use when user requests are ambiguous, when deeper understanding would improve response quality, or when helping users clarify what they truly need. Applies probabilistic intent mapping, first principles decomposition, and Socratic clarification to transform vague requests into well-understood goals.

85
Jan 19, 2026, 04:39 AM

interactive-planner

Content & Writing

by aiskillstore

Use Claude Code's interactive question tool to gather comprehensive requirements through structured multi-select questions

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Extracts hardcoded strings for i18n, manages translation files, and ensures locale coverage. Use when working with multi-language apps, translations, or user mentions i18n, localization, or languages.

85
Jan 19, 2026, 04:39 AM

investigating-codebases

Content & Writing

by aiskillstore

Automatically activated when user asks how something works, wants to understand unfamiliar code, needs to explore a new codebase, or asks questions like "where is X implemented?", "how does Y work?", or "explain the Z component

85
Jan 19, 2026, 04:39 AM

iot-uart-console-picocom

Content & Writing

by aiskillstore

Use picocom to interact with IoT device UART consoles for pentesting operations including device enumeration, vulnerability discovery, bootloader manipulation, and gaining root shells. Use when the user needs to interact with embedded devices, IoT hardware, or serial consoles.

85
Jan 19, 2026, 04:39 AM

ir-velociraptor

Content & Writing

by aiskillstore

>

85
Jan 19, 2026, 04:39 AM

issue-review

Content & Writing

by aiskillstore

系統化的問題分析專家技能,自動協調五個專門代理進行深度問題分析。適用於:- 使用者或 PM 報告的線上問題- 開發團隊反映的技術問題- 測試發現的 bug- 生產環境告警和異常

85
Jan 19, 2026, 04:39 AM

iterative-runner

Content & Writing

by aiskillstore

Runs Claude in a retry loop until tests pass or task completes. Use for TDD loops, overnight builds, or any task needing repeated iteration until success. Triggers on: loop until done, keep trying, retry until pass, TDD loop, iterate until tests pass.

85
Jan 19, 2026, 04:39 AM

jest-testing

Content & Writing

by aiskillstore

Automatically activated when user works with Jest tests, mentions Jest configuration, asks about Jest matchers/mocks, or has files matching *.test.js, *.test.ts, jest.config.*. Provides Jest-specific expertise for testing React, Node.js, and JavaScript applications. Also applies to Vitest due to API compatibility. Does NOT handle general quality analysis - use analyzing-test-quality for that.

85
Jan 19, 2026, 04:39 AM

jira-safe

Content & Writing

by aiskillstore

Implement SAFe methodology in Jira. Use when creating Epics, Features, Stories with proper hierarchy, acceptance criteria, and parent-child linking.

85
Jan 19, 2026, 04:39 AM

jira-workflow

Content & Writing

by aiskillstore

Orchestrate Jira workflows end-to-end. Use when building stories with approvals, transitioning items through lifecycle states, or syncing task completion with Jira.

85
Jan 19, 2026, 04:39 AM