Content & Writing
Page 46 of 57
Browse skills in this category.
gasp-diagnostics
Content & Writingby aiskillstore
System diagnostics using GASP (General AI Specialized Process monitor). Use when user asks about Linux system performance, requests system checks, mentions GASP, asks to diagnose hosts, or says things like "check my system" or "what's wrong with [hostname]". Can actively fetch GASP metrics from hosts via HTTP or interpret provided JSON output.
gcloud
Content & Writingby aiskillstore
Google Cloud Platform CLI - manage GCP resources including Compute Engine, Cloud Run, GKE, Cloud Functions, Storage, BigQuery, and more.
gdpr-compliance
Content & Writingby aiskillstore
This skill provides comprehensive guidance for implementing and reviewing GDPR-compliant features in Empathy Ledger.
gemini-image
Content & Writingby aiskillstore
当用户想要生成图片、画图、绘画、创建图像、AI作画时使用此 Skill。支持文生图和图生图。
gemini-research-subagent
Content & Writingby aiskillstore
Delegates large-context code analysis to Gemini CLI. Use when analyzing codebases, tracing bugs across files, reviewing architecture, or performing security audits. Gemini reads, Claude implements.
generate-api-client
Content & Writingby aiskillstore
Orval APIクライアント生成スキル(OpenAPI仕様書から型安全なAPIクライアントを自動生成)
generate-assets
Content & Writingby aiskillstore
Generate high-quality images and assets for components (hero sections, features, transformations) using Replicate's FLUX 1.1 Pro model.
generate-output
Content & Writingby aiskillstore
Create the deliverable (code, documentation, tests, content) following the user's standards and best practices. Use after validation passes to actually build the work product.
generating-sorbet
Content & Writingby aiskillstore
Generates Sorbet type signatures in separate RBI files from Ruby source files. Triggers when creating type definitions, adding types to Ruby code, or generating .rbi files for classes/modules without existing Sorbet signatures.
generating-sorbet-inline
Content & Writingby aiskillstore
Generates Sorbet inline type signatures using sig blocks directly in Ruby source files. Triggers when adding Sorbet types, annotating Ruby methods with sig syntax, or generating type signatures for Sorbet-typed projects.
generative-art
Content & Writingby aiskillstore
Creating algorithmic, generative art using p5.js with seeded randomness and interactive parameter exploration.
gh-ticket
Content & Writingby aiskillstore
Create or update comprehensive GitHub issues that capture ALL context, requirements, and implementation details. Use when creating or updating tickets, issues, feature requests, or bug reports. Ensures no context is lost between ticket creation and implementation - the moment you ask for a ticket, there's maximum context available that will be lost if not captured now.
ghe-changelog
Content & Writingby aiskillstore
This skill should be used when updating the project CHANGELOG, tracking requirement changes, recording design decisions, or documenting version history. Uses git-diff to detect and categorize changes to both code and requirements. Trigger on "changelog", "version history", "what changed", or after significant commits.
ghe-checkpoint
Content & Writingby aiskillstore
POST a progress checkpoint to the CURRENTLY ACTIVE thread. Saves work state without changing phases. Requires an already-claimed in-progress thread.USE THIS SKILL WHEN:- User says "post a checkpoint", "save my progress", or "save checkpoint"- User completed a milestone and wants to record it- User encountered a blocker and wants to document it- User is about to take a break and wants to save state- Meaningful state change occurred during workPRECONDITION: User must already have an active (claimed, in-progress) thread.DO NOT USE THIS SKILL WHEN:- User wants to SEE status (use ghe-status)- User wants to START work on new issue (use ghe-claim)- User wants to FINISH current phase and MOVE to next (use ghe-transition)- No active thread exists (must claim first)EXAMPLES:- User: "Post a checkpoint" → Use ghe-checkpoint- User: "Save my progress, I finished the authentication module" → Use ghe-checkpoint- User: "I need to stop for now, save my work" → Use ghe-checkpoint
ghe-claim
Content & Writingby aiskillstore
CLAIM a specific GitHub issue to START working on it. Requires an issue number. Performs validation, atomic claim, posts claim comment, and sets up worktree.USE WHEN: User wants to begin work on a specific issue (e.g., "claim issue #N", "start working on #N").REQUIRED: Issue number must be specified.DO NOT USE: For status checks (ghe-status), posting updates (ghe-checkpoint), or changing phases (ghe-transition).
ghe-design
Content & Writingby aiskillstore
Reference material for Athena when writing requirements. NOT a template - Athena writes requirements freely based on the domain. This skill provides guidance patterns that may be useful, not constraints to follow.
ghe-report
Content & Writingby aiskillstore
Generate detailed reports with metrics, health checks, or epic-specific analysis. Report types: metrics (throughput, cycle times, first-pass rates), health (compliance status, stale threads, violation history), and epic (thread history, progress, decisions).
ghe-requirements
Content & Writingby aiskillstore
This skill should be used when creating, updating, linking, or versioning requirements for GitHub Elements threads. Use when user mentions requirements, specs, REQ files, or when starting feature development. Provides the requirements folder structure, versioning system, and SERENA backup protocols.
ghe-status
Content & Writingby aiskillstore
Read-only quick overview of GitHub Elements workflow state. Shows active threads, phase distribution, and workflow health at a glance.
ghe-thread-manager
Content & Writingby 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
ghe-transition
Content & Writingby 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.
ghostty
Content & Writingby aiskillstore
Control Ghostty terminal emulator via CLI. Manage windows, tabs, splits, and configuration.
giil
Content & Writingby 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.
git-advanced
Content & Writingby 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
git-analysis
Content & Writingby 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.
git-commit
Content & Writingby 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).
git-protocol
Content & Writingby aiskillstore
Git protocol implementation patterns using gitoxide for Guts repository operations
git-workflow-enforcer
Content & Writingby 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.
git-workspace-init
Content & Writingby 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.
github-elements-tracking
Content & Writingby 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.
github-issues
Content & Writingby 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.
github-pr
Content & Writingby aiskillstore
GitHub PR utilities for code review workflows
github-pr-best-practices
Content & Writingby 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.
github-pr-creation
Content & Writingby 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.
github-pr-issue
Content & Writingby aiskillstore
查看/更新 GitHub Issue、PR(含评论与 diff),并按团队规范非交互创建或修改 PR;涉及 GitHub Issue/PR 的操作时使用。
gke-expert
Content & Writingby 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.
global-coding-style
Content & Writingby 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.
global-commenting
Content & Writingby 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.
global-conventions
Content & Writingby 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.
global-error-handling
Content & Writingby 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.
global-standards
Content & Writingby aiskillstore
Project-wide coding standards and conventions specialist. Use PROACTIVELY
global-tech-stack
Content & Writingby 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.
gmail-tools
Content & Writingby aiskillstore
Reading and managing Gmail emails - Sending emails with attachments - Replying to emails while maintaining thread continuity
go-best-practices
Content & Writingby aiskillstore
Use when reading or writing Go files (.go, go.mod).
go-mod-helper
Content & Writingby aiskillstore
Go module system, dependency management, and project configuration assistance.
goal-setter
Content & Writingby 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.
goal-tracker
Content & Writingby aiskillstore
Track goal progress, derive state from execution, identify gaps, trigger actions. Use for goal status checks, progress reviews, and operational goal management.
golang-performance
Content & Writingby aiskillstore
Go performance optimization techniques including profiling with pprof,
golang-testing
Content & Writingby aiskillstore
Comprehensive Go testing patterns including table-driven tests, mocking,
governance-sovereignty
Content & Writingby aiskillstore
Clerk for Chief/Council authority, assertions of title, self-government, and resistance to federal imposition; use for Governance_Sovereignty queue.
grammar-and-style-enhancer
Content & Writingby aiskillstore
Improves text quality by enhancing grammar, vocabulary, narrative clarity, flow, pacing, and writing style while preserving the author’s voice.
grammar-style-enhancer
Content & Writingby 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.
graphite-cli
Content & Writingby 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).
growth-strategy
Content & Writingby aiskillstore
Designing growth strategy or GTM plans - Planning experiments and A/B tests - Optimizing activation, retention, or referral flows
gsap-animations
Content & Writingby 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.
guard-regression
Content & Writingby aiskillstore
デグレーション監視スキル(リファクタリング前後の品質比較、ロールバック判断)
happyflow-generator
Content & Writingby aiskillstore
Automatically generate and execute Python test scripts from OpenAPI specifications and GraphQL schemas with enhanced features
harness-model-protocol
Content & Writingby 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.
helm-chart-architect
Content & Writingby 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.
high-quality-commit
Content & Writingby aiskillstore
コード変更を適切なgitコミット戦略でgit commitします。基本的には既存のgitコミットへのsquash戦略を採用し、必要に応じてブランチ全体のgitコミット履歴を再構成します。実装完了時やユーザーがgit commitを依頼した時に使用します。
homeassistant-config
Content & Writingby 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.
how-to-create-claude-code-skill
Content & Writingby aiskillstore
A guide to creating Claude Code Skills.
html-structure-validate
Content & Writingby aiskillstore
Validate HTML5 structure and basic syntax. BLOCKING quality gate - stops pipeline if validation fails. Ensures deterministic output quality.
htmx-skill
Content & Writingby 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.
httpx
Content & Writingby aiskillstore
A next-generation HTTP client for Python with both sync and async support, perfect for modern Python applications
human-docs
Content & Writingby 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.
human-docs-generator
Content & Writingby 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.
i18n-automation
Content & Writingby aiskillstore
Automate internationalization and localization workflows for web applications with translation, key generation, and library setup
impl
Content & Writingby 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.
implementation-approach
Content & Writingby shinpr
Implementation strategy selection framework. Use when planning implementation strategy, selecting development approach, or defining verification criteria.