tag

for

10 indexed skills · max 10 per page

skills (10)

optimize-for-ai

calm-north/seojuice-skills · AI/ML

0

Optimize content for AI search engines through citation architecture, E-E-A-T signals, and entity building. \n \n Guides content structuring for AI citation across ChatGPT, Perplexity, Claude, Gemini, and Google AI Overviews — focusing on extractability, quotability, authority, freshness, and entity clarity \n Provides AI Citation Scoring framework (5 dimensions, 20+ checklist items) and before/after examples showing how to transform weak content into citable statements \n Covers per-engine opti

create-github-issues-for-unmet-specification-requirements

github/awesome-copilot · Frontend

0

Automatically create GitHub issues for specification requirements not yet implemented in code. \n \n Analyzes specification files to extract all requirements, then checks codebase implementation status for each one \n Searches existing issues to prevent duplicates before creating new feature request issues \n Generates issues with requirement IDs, detailed descriptions, implementation guidance, and acceptance criteria \n Scans related specification files and code patterns to verify whether requi

recipe-copy-sheet-for-new-month

googleworkspace/cli · Marketing

0

Duplicate a Google Sheets template tab for a new month of tracking. \n \n Automates the three-step workflow: retrieve spreadsheet metadata, copy a template sheet, and rename the new tab with a month identifier \n Requires the gws-sheets skill and uses Google Sheets API commands for sheet operations \n Ideal for recurring monthly tracking workflows where a consistent template structure needs to be replicated with minimal manual effort \n

api-fuzzing-for-bug-bounty

davila7/claude-code-templates · Backend

0

Provide comprehensive techniques for testing REST, SOAP, and GraphQL APIs during bug bounty hunting and penetration testing engagements. Covers vulnerability discovery, authentication bypass, IDOR exploitation, and API-specific attack vectors.

using-tmux-for-interactive-commands

obra/superpowers-lab · Productivity

0

Interactive CLI tools (vim, interactive git rebase, REPLs, etc.) cannot be controlled through standard bash because they require a real terminal. tmux provides detached sessions that can be controlled programmatically via send-keys and capture-pane.

writing-for-interfaces

andrewgleave/skills · Productivity

0

Good interface writing is invisible. When words work seamlessly with design, people don't notice them.

api-fuzzing-for-bug-bounty

sickn33/antigravity-awesome-skills · Backend

0

Provide comprehensive techniques for testing REST, SOAP, and GraphQL APIs during bug bounty hunting and penetration testing engagements. Covers vulnerability discovery, authentication bypass, IDOR exploitation, and API-specific attack vectors.

search-for-service

coinbase/agentic-wallet-skills · Productivity

0

Search and discover paid API services available on the x402 bazaar marketplace. \n \n Query the marketplace using BM25 relevance search, list all available resources, or inspect specific endpoints to see pricing and payment requirements without paying \n Supports filtering by network (base, base-sepolia) and output formats (human-readable or JSON) \n Results are cached locally and auto-refresh every 12 hours; no authentication required for any search or discovery operation \n Use as a fallback w

pay-for-service

coinbase/agentic-wallet-skills · Productivity

0

Call paid APIs on Base with automatic USDC payment via x402 protocol. \n \n Executes HTTP requests (GET, POST, etc.) to x402-enabled endpoints with atomic USDC payments handled automatically \n Supports request customization through method, JSON body, query parameters, and custom headers \n Includes payment controls: set maximum USDC amount per request and group related operations with correlation IDs \n Requires wallet authentication and sufficient USDC balance; validates all user input to prev

using-dbt-for-analytics-engineering

dbt-labs/dbt-agent-skills · Productivity

0

Core principle: Apply software engineering discipline (DRY, modularity, testing) to data transformation work through dbt's abstraction layer.