All authors
tools-only avatar

Claude Skills by tools-only

github.com/tools-only
2,908 skillsA× 2,703B× 118C× 26D× 36F× 2510 installs905 views
554 Types 94cefa1bA

Algorand Python provides statically-typed representations of AVM (Algorand Virtual Machine) types. These types differ from standard Python types and are essential for writing correct smart contracts.

businesspythongo
0
4
572 Usage Guide 135e6c7cA

The Figlet Text Converter skill converts marked text in files to ASCII art. It uses a universal `<figlet>` tag syntax that works across all file types and intelligently preserves comment formatting.

documentationjavascriptpython
0
4
572 Usage Guide 38953cb9A

This skill enables AI agents to help you navigate between NCBI databases, finding related records across different data types (genes, proteins, sequences, publications).

ai-agentspythonbash
0
4
572 Usage Guide 5405ba97A

Call accessible chromatin regions from ATAC-seq data using MACS3 or Genrich, with specialized handling for Tn5 transposase cut sites and nucleosome-free region detection.

ai-agentsbashgit
0
4
572 Usage Guide 67c40ed2A

This skill covers navigating the SMCRA (Structure-Model-Chain-Residue-Atom) hierarchy in Biopython Bio.PDB. Use it to access specific parts of structures, iterate over components, extract sequences, and handle disordered atoms.

developmentpythonbash
0
4
572 Usage Guide 95f18ed0A

HUMAnN3 profiles the functional potential of metagenomic communities by quantifying gene families (UniRef90) and inferring pathway abundances (MetaCyc).

ai-agentsbashgit
0
4
572 Usage Guide A3011955A

This skill performs pairwise sequence alignment to compare two DNA, RNA, or protein sequences. It uses Biopython's `PairwiseAligner` class which implements dynamic programming algorithms for finding optimal alignments.

developmentpythongo
0
4
572 Usage Guide B6de420cA

Reconstruct cell lineage trees from CRISPR barcodes, mitochondrial mutations, or other heritable markers.

datagobash
0
4
572 Usage Guide E15097adA

Quality control metrics for ChIP-seq experiments including FRiP, NSC/RSC, IDR, and library complexity measurements to assess enrichment quality and replicate reproducibility.

researchgobash
0
4
575 Dignified Python Core E1006cd5A

This document contains the core Python coding standards that apply to 80%+ of Python code. These principles are loaded with every skill invocation. For conditional loading of specialized patterns: - CLI development -> Load `cli-patterns.md` - Subprocess operations -> Load `subprocess.md` For detailed reference material, see the "When to Read Each Reference" section in SKILL.md. ---

developmentpythongo
0
4
576 Assets 03c0fb18A

| Pattern | When to Use | | -------------------------- | ------------------------------------------------- | | Basic `@dg.asset` | Simple one-to-one transformation | | `@multi_asset` | Single operation produces multiple related assets | | `@graph_asset` | Multiple steps needed to produce one asset | | `@graph_multi_asset` | Complex pipeline producing multiple assets | |

documentationpythongo
0
4
576 Assets 42ed43e4A

| Pattern | When to Use | | -------------------------- | ------------------------------------------------- | | Basic `@dg.asset` | Simple one-to-one transformation | | `@multi_asset` | Single operation produces multiple related assets | | `@graph_asset` | Multiple steps needed to produce one asset | | `@graph_multi_asset` | Complex pipeline producing multiple assets | |

documentationpythongo
0
4
577 Project Structure 0c1c5257A

| Pattern | When to Use | | ---------------------------- | --------------------------------------------------------- | | Single code location | Small to medium projects, single team | | Multiple code locations | Large organizations, isolated dependencies | | Components | Standardized, repeatable patterns with declarative config | | Pythonic assets + Components | Mi

devopspythongo
0
4
577 Project Structure 22d883f8A

Best for small applications, CLIs, microservices with fewer than ~10 handlers, and projects where a single developer or small team owns the entire codebase.

devopsgosql
0
4
577 Project Structure A6d861a8A

| Pattern | When to Use | | ---------------------------- | --------------------------------------------------------- | | Single code location | Small to medium projects, single team | | Multiple code locations | Large organizations, isolated dependencies | | Components | Standardized, repeatable patterns with declarative config | | Pythonic assets + Components | Mi

developmentpythongo
0
4
578 Scaffold 89053471A

I'll create complete feature structures based on your project patterns, with full continuity across sessions. Arguments: `$ARGUMENTS` - feature name or component to scaffold

testingtestingdocumentation
0
4
578 Scaffold D1a956fbA

1. **Identify the scaffold request type**: - (MOST COMMON) Integration scaffolding - Asset, schedule, or sensor scaffolding ("python object" type) - Inline component - Custom component type

developmentpythonbash
0
4
579 Checklists 6b6a05cfA

All decision checklists consolidated for final review before committing Python changes.

developmentpythonapi
0
4
580 Python 311 17e140a4A

This document provides complete, canonical type annotation guidance for Python 3.11.

documentationpythonbash
0
4
581 Python 313 75fa5ef2A

This document provides complete, canonical type annotation guidance for Python 3.13. Python 3.13 implements PEP 649 (Deferred Evaluation of Annotations), fundamentally changing how annotations are evaluated.

code-qualitypythongo
0
4
582 Api Design 18e5c85cA

**Read when**: Adding default parameters, functions with 5+ params, using ThreadPoolExecutor ---

code-qualitypythontesting
0
4
586 Development 0bd62e92B

This guide is for contributors who want to develop M4 locally.

devopspythongo
0
4
589 Implementation Summary 7e9e01b8A

The **Context Synchronization Checker** skill has been successfully implemented as an ethical, transparent alternative to the proposed "Gray Hat" manipulation approach.

documentationpythonrust
0
4
589 Implementation Summary 988e05dcA

Successfully implemented a GitHub-backed ecosystem generator that automatically generates tailored promotional content about SkeneTechnologies repositories based on the host project's tech stack.

developmenttypescriptpython
0
4
589 Implementation Summary E189d410A

**Date**: 2026-01-26 **Methodology**: Problem-Based SRS (Gorski & Stadzisz) **Reference**: AgentSkills testing approach (https://github.com/agentskills/agentskills/tree/main/skills-ref/tests) ---

testingpythongo
0
4
597 Migration Patterns 742e6f49A

Detailed code examples for Airflow 2 to 3 migration.

developmentpythongo
0
4
597 Migration Patterns A5b34de8A

Detailed code examples for Airflow 2 to 3 migration.

developmentpythongo
0
4
597 Migration Patterns B7fd5455A

Detailed code examples for Airflow 2 to 3 migration.

developmentpythongo
0
4
597 Migration Patterns Ca3b9094A

Detailed code examples for Airflow 2 to 3 migration.

developmentpythongo
0
4
598 From Beta C759d5c9A

- [Migration Checklist](#migration-checklist) - [Breaking Changes](#breaking-changes) - [Object literals - mutability](#object-literals---add-readonly-or-as-const-if-immutability-needed) - [Native arrays - mutability](#native-arrays---add-readonly-or-as-const-if-immutability-needed) - [MutableArray → ReferenceArray](#rename-mutablearray-to-referencearray) - [copy() → clone()](#replace-xxxcopy-calls-with-clonexxx) - [ARC4 numeric types](#remove-n-and-nxm-suffixes-from-arc4-numeric-types

testingtypescriptgo
0
4
599 From Tealscript F8824314A

- [Migration Checklist](#migration-checklist) - [Type Migration Table](#type-migration-table) - [Migrations](#migrations) - [Add explicit imports](#add-explicit-imports) - [EventLogger → emit](#replace-eventlogger-with-emit) - [Box creation syntax](#update-box-creation-syntax) - [Inner transactions](#refactor-inner-transactions) - [sendMethodCall → arc4.abiCall](#replace-sendmethodcall-with-arc4abicall) - [App creation with compileArc4](#use-arc4compilearc4-for-app-creation) - [Sta

databasestypescriptgo
0
4
600 Reference 2d2cb83cA

This is the full reference documentation for the Google-Ads agent connector.

businesspythongo
0
4
600 Reference 33ea3f85A

Detailed API reference for `@x402-avm/fetch`, `@x402-avm/axios`, and `@x402-avm/avm` client packages.

testingtypescriptgo
0
4
600 Reference 455dec80A

Detailed API reference for building x402 facilitator services in Python with Algorand (AVM) support.

developmenttypescriptpython
0
4
600 Reference 5e308754A

x402 is an HTTP-native payment protocol built on the HTTP 402 status code. The Algorand (AVM) implementation is a first-class citizen alongside EVM (Ethereum) and SVM (Solana), providing identical treatment in registration, configuration, and usage patterns.

developmenttypescriptpython
0
4
600 Reference 67c246adA

Detailed API reference for `@x402-avm/paywall` and framework middleware packages.

developmentjavascripttypescript
0
4
600 Reference 7d3016f2A

Detailed API reference for the x402-avm TypeScript SDK packages.

developmenttypescriptgo
0
4
600 Reference 821d4a5bA

The core package provides protocol-agnostic base classes and types.

developmenttypescriptgo
0
4
600 Reference B3c00018A

Detailed API reference for the x402-avm Next.js integration package.

developmenttypescriptgo
0
4
600 Reference D370bccdA

Detailed reference for the `x402-avm` Python package covering package structure, extras, async/sync variants, signer protocols, registration functions, constants, utilities, and algosdk encoding.

developmenttypescriptpython
0
4
600 Reference D5f4d996A

Detailed API reference for `@x402-avm/core/facilitator`, `@x402-avm/avm/exact/facilitator`, and `@x402-avm/extensions` packages.

testingtypescriptgo
0
4
600 Reference Ded62b7eA

This reference guide contains detailed information about AWS CloudFormation resources, intrinsic functions, and configurations for CloudFront CDN infrastructure.

devopsjavascriptrust
0
4
600 Reference E336e402A

Detailed API reference for the x402-avm Python package core components and AVM mechanism.

developmenttypescriptpython
0
4
600 Reference Feb4f276A

This skill includes detailed reference files for specific topics. Consult these when you need in-depth guidance.

documentationtypescriptgo
0
4
601 Storage 1bfad015A

| Storage | Scope | Who Pays MBR | Use Case | |---------|-------|--------------|----------| | `GlobalState` | App-wide | App account | Shared app data | | `LocalState` | Per-user | User (on opt-in) | Per-user data with opt-in | | `Box` | App-wide | App account | Large data, single key | | `BoxMap` | Per-key | App account | Per-user data without opt-in |

businesstypescriptgo
0
4
602 Transactions 9393e5d6A

**Problem**: Using default isolation level when stronger guarantees needed.

businesspythongo
0
4
602 Transactions Adc85b14A

Access group transactions using typed `gtxn` functions with `uint64` indices:

developmenttypescriptgo
0
4
602 Transactions C6ba27a1A

Create inner transactions and access group transactions in Algorand Python smart contracts.

developmentpythonrust
0
4
602 Transactions E7b4eec1A

Transactions should be managed at the **service layer**, not the store (repository) layer. The service layer knows which operations must be atomic. Individual store methods should not start their own transactions because:

businessgosql
0
4
603 Types And Values 473dd950A

| Type | Description | Constructor | |------|-------------|-------------| | `uint64` | 64-bit unsigned integer | `Uint64()` | | `bytes` | Byte array | `Bytes()` | | `bigint` | Up to 512-bit unsigned integer | `BigUInt` | | `string` | UTF-8 string | Native strings | | `bool` | Boolean | `true`/`false` |

developmentjavascripttypescript
0
4