guide▌
40 indexed skills · max 10 per page
logo-design-guide
inference-sh/skills · Frontend
Design effective logos with AI image generation via inference.sh CLI.
video-prompting-guide
inferen-sh/skills · Frontend
Structured prompting techniques for generating high-quality videos across multiple AI platforms. \n \n Covers eight video generation models (Veo, Seedance, Wan, Grok, Kling, Runway, Pika, Sora) with model-specific optimization tips \n Provides a reusable prompt formula combining shot type, subject, action, setting, lighting, style, and technical parameters \n Includes reference tables for shot types, camera movements, lighting keywords, and visual aesthetics with practical examples \n Demonstrat
novel-writer-workflow-guide
wordflowlab/novel-writer-skills · Frontend
Systematic seven-step novel writing workflow with AI-assisted planning, consistency tracking, and quality validation. \n \n Guides writers through constitution (core principles), specification (story requirements), clarification (resolving ambiguities), planning (structure and technique), task breakdown (actionable steps), writing (AI-assisted drafting), and analysis (quality checks) \n Automatically activates genre-specific skills (Romance, Mystery, Fantasy) and writing technique skills (Dialog
explainer-video-guide
inference-sh/skills · Frontend
Create explainer videos from script to final cut via inference.sh CLI.
oiloil-ui-ux-guide
oil-oil/oiloil-ui-ux-guide · Frontend
Use this skill in two modes:
adev-writing-guide
angular/angular · Frontend
This skill provides comprehensive guidelines for authoring content in adev/src/content. It combines Google's technical writing standards with Angular-specific markdown conventions, components, and best practices.
senpi-getting-started-guide
senpi-ai/senpi-skills · Frontend
Guide users through their first complete trade on Hyperliquid via Senpi. This skill teaches the core loop: discover top traders → create a strategy that mirrors a chosen trader → monitor → close strategy.
adk-dev-guide
google/adk-docs · Frontend
Essential reference guide for ADK agent development, covering spec-driven workflow, code preservation rules, and operational best practices. \n \n Read DESIGN_SPEC.md first as your primary source of truth; all implementation decisions must align with it \n Follow four mandatory phases: understand spec, build and implement, evaluate (using /adk-eval-guide ), and deploy with human approval \n Preserve all unrelated code when making modifications; only alter explicitly targeted segments and never c
terraform-style-guide
hashicorp/agent-skills · Cloud
Generate and maintain Terraform code following HashiCorp's official style conventions. \n \n Enforces two-space indentation, lowercase underscore naming, and standard file organization across terraform.tf , providers.tf , main.tf , variables.tf , outputs.tf , and locals.tf \n Requires type and description on all variables and outputs, with validation rules and sensitive flag support for credentials \n Prioritizes for_each over count for dynamic resources, applies security hardening (encryption,
adk-eval-guide
google/adk-docs · Frontend
Comprehensive evaluation methodology guide for ADK agents covering metrics, schemas, and iteration workflows. \n \n Provides eight evaluation criteria (tool trajectory, response matching, rubric-based scoring, hallucination detection, safety) with configurable thresholds and judge model options \n Includes evalset schema documentation with multi-turn conversation support, tool use trajectory specification, and session state initialization patterns \n Outlines the eval-fix loop: start small, run