All authors
tools-only avatar

Claude Skills by tools-only

github.com/tools-only
2,908 skillsA× 2,703B× 118C× 26D× 36F× 2510 installs894 views
2557 Liquid Syntax 70d26c64A

```liquid {% if product.available %} <button>Add to Cart</button> {% elsif product.coming_soon %} <p>Coming Soon</p> {% else %} <p>Sold Out</p> {% endif %} ```

documentationgodebugging
0
4
2557 Smell Patterns 372f30a8A

Comprehensive catalog of code quality and design smells in Python.

code-qualitypythongo
0
4
2557 Solver Decision Tree B692935aA

Comprehensive decision guide for selecting linear solvers for Ax = b.

documentationgoangular
0
4
2558 Conflict Patterns B5ce72e0A

This reference provides comprehensive patterns for detecting conflicts in software requirements.

businessjavascriptgo
0
4
2558 Mesh Types 9f68157dA

Comprehensive guide for selecting mesh types in numerical simulations.

developmentgoangular
0
4
2558 Theme Development Dc454c66A

Expert guidance for Shopify theme development including file structure, Online Store 2.0 architecture, sections, snippets, and configuration.

content-marketingjavascriptgo
0
4
2559 Api Cookies Cd598abfA

Documentation for browser cookie manipulation functions. ---

documentationjavascriptjava
0
4
2559 Imex Guidelines 06634430A

Comprehensive guide for Implicit-Explicit time integration methods.

businessgobash
0
4
2559 Query Patterns 19c2e603A

Advanced query patterns and single-table design strategies.

documentationpythonbash
0
4
2559 Selection Guide Aae206f0A

Decision trees and criteria for choosing the right design pattern.

developmentjavascripttypescript
0
4
2560 Smell Catalog 2cd2eff1A

- [Coupling Smells](#coupling-smells) - [Cohesion Smells](#cohesion-smells) - [Complexity Smells](#complexity-smells) - [Size Smells](#size-smells) - [Encapsulation Smells](#encapsulation-smells)

businesspythongo
0
4
2560 Splitting Catalog Bdcc6e9eA

Comprehensive reference for operator splitting methods in PDEs and multiphysics.

developmentpythongo
0
4
2560 Task Definitions 9899a4f7A

Detailed patterns for ECS task definitions.

securityshellnode
0
4
2561 Invariant Patterns E28ad843A

Properties about variable ranges and bounds.

businesspythongo
0
4
2562 Architecture Patterns Abdb78e2A

Common architectural patterns found in legacy codebases and how to identify them.

developmentjavascriptpython
0
4
2563 Isabelle Syntax Ba669e84A

Quick reference for Isabelle/HOL syntax when modeling functional programs.

datanodeexpress
0
4
2564 Platform Guides 5a3e2d4fB

Platform-specific procedures and best practices for Docker deployments.

databasesgobash
0
4
2565 Distributed Patterns E5145e30A

Common patterns for specifying distributed systems in TLA+.

businessgo
0
4
2565 Knowledge Base 5d55b4e7A

Synalinks provides a unified knowledge base system using DuckDB for storing and retrieving structured data. It supports full-text search (BM25) and vector similarity search for building RAG (Retrieval-Augmented Generation) applications.

ai-agentspythonsql
0
4
2566 Industry Icons A577032dA

When a user describes their project, use this reference to suggest appropriate icons. These are starting points — always adapt to the specific project and ask the user to confirm.

developmentrustgo
0
4
2567 Cta Patterns D1b17b81A

How to think about CTAs that actually convert.

content-marketingrustgo
0
4
2571 00 Overview And Mental Model Cd0f38f1A

Define the end-to-end Screen Time API architecture for building iOS 16+ app/website blocking and usage analytics apps without mixing framework responsibilities.

devopsswiftapi
0
4
2572 12 Cross Project Rundown 37f17ac4A

1. Correct framework separation: FamilyControls (select/auth), ManagedSettings (enforce), DeviceActivity (schedule), ManagedSettingsUI (custom shield UI). 2. Shared app-group state is consistently used so extensions can enforce while host app is inactive. 3. Both projects use token-native UI rendering (`Label(token)`) for app icon/title display. 4. Both include extension targets and entitlement wiring across main app + extensions.

devops
0
4
2573 Economic Indicators 70da549cA

All economic indicators return US data and follow the same response structure: ```json { "name": "Real Gross Domestic Product", "interval": "annual", "unit": "billions of chained 2012 dollars", "data": [{"date": "2023-01-01", "value": "22067.1"}, ...] } ```

datapythongo
0
4
2574 C4 68e7f4b4A

> **Back to [Style Guide](../mermaid_style_guide.md)** — Read the style guide first for emoji, color, and accessibility rules. **Syntax keyword:** `C4Context`, `C4Container`, `C4Component` **Best for:** System architecture at varying zoom levels — context, containers, components **When NOT to use:** Infrastructure topology (use [Architecture](architecture.md)), runtime sequences (use [Sequence](sequence.md)) ---

developmentgosql
0
4
2575 Cards 6c04640bA

Cards are the primary container component in modern bslib dashboards. They group related content with borders and padding, helping users digest, engage with, and navigate through information.

datagoangular
0
4
2575 User Journey 1c997993A

> **Back to [Style Guide](../mermaid_style_guide.md)** — Read the style guide first for emoji, color, and accessibility rules. **Syntax keyword:** `journey` **Best for:** User experience mapping, customer journey, process satisfaction scoring, onboarding flows **When NOT to use:** Simple processes without satisfaction data (use [Flowchart](flowchart.md)), chronological events (use [Timeline](timeline.md)) ---

designrustgo
0
4
2578 Pr Competitive Analysis Cd484457A

Competitive analysis agent that identifies alternatives, compares features, and assesses market positioning. Skipped in quick mode.

documentationgogit
0
4
2582 Image Generation 870c9cb7A

image_input = Image.open('/path/to/your/cat_photo.png') text_input = """Using the provided image of my cat, please add a small, knitted wizard hat on its head. Make it look like it's sitting comfortably and not falling off.""" response = client.models.generate_content( model="gemini-2.5-flash-image", contents=[text_input, image_input], ) for part in response.parts: if part.text is not None: print(part.text) elif part.inline_data is not None: image = part.as_image() image.save("cat_with_hat.pn...

developmentjavascriptpython
0
4
2586 Deployer A2b9e2d7A

Deploys www.aitmpl.com and/or app.aitmpl.com to Vercel production. Runs pre-deploy checks (git status, API tests, auth verification) and handles the full deploy pipeline safely. Use when the user asks to deploy the site, dashboard, or both.

devopsrustbash
0
4
2586 Dev Endpoint Ad8342d7A

Implementation patterns for a development-only HTTP endpoint that agents can query for log entries.

developmentrubynextjs
0
4
2587 Cooldown Enforcement 6206b24fA

Automated rate-limiting for resource submissions. Applies to both issues and pull requests.

code-qualityapi
0
4
2587 V1015 9a8914f3A

**February 2026** ---

devopsgobash
0
4
2588 Board Meeting C91816e1A

Full Board of Directors deliberation with 5 expert directors assessing, discussing, and voting.

securityjavascriptjava
0
4
2588 Legacy Spec 08aaa28eA

This is the authoring guide for the **legacy** dbt Semantic Layer YAML spec, supported in **dbt Core 1.6 through 1.11**. dbt Core 1.12+ also supports this spec but the [latest spec](latest-spec.md) is recommended for new projects. In the legacy spec, semantic models are defined as top-level resources separate from dbt model definitions. Measures are a core concept used as building blocks for metrics.

businessgosql
0
4
2589 Ceo C5da5855A

Expert CEO advisor with 30 years entrepreneurship experience. Provides strategic guidance, business analysis, and leadership advice. Advisory only - does not modify code.

business
0
4
2589 Content Types 9f18f467A

| Operation | Method | Endpoint/Mutation | |-----------|--------|-------------------| | List | GraphQL | `{ pages(first: 50) { edges { node { id title } } } }` | | Create | GraphQL | `pageCreate(page: { ... })` | | Update | GraphQL | `pageUpdate(page: { id, ... })` | | Delete | GraphQL | `pageDelete(id: "...")` |

content-marketingnodeapi
0
4
2589 Fix Pr D121e9c3A

Apply fixes to a PR based on review-pr findings or review comments

documentationgobash
0
4
2590 Chief Product Officer 2a501bbdA

You are the **Chief Product Officer** on the Board of Directors. Your domain is user value and product strategy.

businessrustgo
0
4
2590 Csv Format F82b2d1fA

| Column | Description | Example | |--------|-------------|---------| | `Handle` | URL slug (unique per product) | `classic-tshirt` | | `Title` | Product name (first row per product) | `Classic T-Shirt` | | `Body (HTML)` | Description in HTML | `<p>Premium cotton</p>` | | `Vendor` | Brand or manufacturer | `My Brand` | | `Product Category` | Shopify standard taxonomy | `Apparel & Accessories > Clothing > Shirts & Tops` | | `Type` | Custom product type | `T-Shirts` | | `Tags` | Comma-separated ta

content-marketinggo
0
4
2591 Graphql Mutations 36c79194A

Key mutations for product management via the Admin API.

content-marketinggonode
0
4
2594 Ir Analysis 473b57e4A

This reference covers multi-level IR analysis for detecting compiler-optimized zeroization (dead-store elimination of wipes) and interpreting results. Read this during Step 7 (IR comparison) and Step 9 (semantic IR analysis) in `task.md`. For flag extraction and pipeline setup, refer to the compile-commands reference (loaded separately from SKILL.md). ---

researchpythonrust
0
4
2595 17 The Star 0cc63419A

**Arcana**: Major | **Number**: XVII

developmentrustgo
0
4
2596 King Of Pentacles Ee2168ebA

**Suit**: Pentacles | **Rank**: King

toolssecurity
0
4
2597 Deinitialization F7f6b0dfA

Release resources that require custom cleanup. A *deinitializer* is called immediately before a class instance is deallocated. You write deinitializers with the `deinit` keyword, similar to how initializers are written with the `init` keyword. Deinitializers are only available on class types.

documentationswift
0
4
2597 Tutorials 09dad033A

Hands-on guides for mastering EvalView's advanced features. ---

ai-agentspythongo
0
4
2598 Board Meeting 3cbd18a2A

Full Board of Directors deliberation with 5 expert directors assessing, discussing, and voting.

securityjavascriptjava
0
4
2598 Initialization C74b674eA

Set the initial values for a type's stored properties and perform one-time setup. *Initialization* is the process of preparing an instance of a class, structure, or enumeration for use. This process involves setting an initial value for each stored property on that instance and performing any other setup or initialization that's required before the new instance is ready for use. You implement this initialization process by defining *initializers*, which are like special methods that can be ca...

developmentgoswift
0
4
2598 Recommend Tool 2658f2d1A

You are a Tool Recommendation Agent. Your job is to analyze the given request, evaluate the available tools, and recommend the best tool that can resolve the user's requests. Your expertise lies in understanding the capabilities and limitations of various tools. Identify and beware of the tricky parts of this request: - Overlapping tool functionalities that may cause confusion. - Tools with limited capabilities that may not fully address the request. With chain-of-thought reasoning, you shoul...

datago
0
4
2599 Azure Bf38396aA

![azureinfo](https://github.com/user-attachments/assets/d27c8baa-a609-4cc0-ad08-484300b3d2fa) 1. Go to https://github.com/ > Signup 2. Go to https://github.com/marketplace/models/azure-openai/gpt-4o or https://github.com/marketplace/models/catalog and select gpt-4o 3. Get API Key > Get production key 4. Sign up and sign in Azure account 6. Select `Deploy to selected resource` 7. Locate the newly created resource under `All resources` 8. Select Azure Open AI 9. Copy one of the `API keys` and `...

ai-agentsgoazure
0
4