All authors
tools-only avatar

Claude Skills by tools-only

github.com/tools-only
2,908 skillsA× 2,703B× 118C× 26D× 36F× 2510 installs909 views
180 Total 825b8b4bA

- **Total Concepts**: 200 - **Foundational Concepts** (no dependencies): 8 - **Concepts with Dependencies**: 192 - **Average Dependencies per Concept**: 1.18

documentationpythonnode
0
4
181 Bash 879ce942A

```bash bamCoverage --bam input.bam --outFileName output.bw \ --normalizeUsing RPGC --effectiveGenomeSize 2913022398 \ --binSize 10 --numberOfProcessors 8 ```

toolsbash
0
4
182 Test 07252468A

Test your understanding of FAQ generation, quiz creation, Bloom's Taxonomy in assessments, command-line interfaces, and taxonomy analysis scripts with these questions. --- <div class="upper-alpha" markdown> 1. To provide supplementary reference material like traditional appendices 2. To anticipate and address predictable student confusion patterns before they arise 3. To list all possible questions students might encounter in the course 4. To replace primary instruction with question-answer p...

businesspythongo
0
4
182 Test 0a0ab84eA

Test your understanding of learning graphs, concept nodes, dependency edges, and Claude usage optimization with these questions. --- <div class="upper-alpha" markdown> 1. To create visual diagrams for textbook covers 2. To map conceptual landscape with prerequisite dependencies explicitly 3. To track student progress through course material 4. To organize bibliography references by topic </div> ??? question "Show Answer" The correct answer is **B**. A learning graph is a directed graph data s...

businessgonode
0
4
182 Test 8e020571A

Test your understanding of DAG validation, quality metrics, circular dependency detection, and taxonomy distribution analysis with these questions. --- <div class="upper-alpha" markdown> 1. O(V) where V is the number of vertices 2. O(V + E) where V is vertices and E is edges 3. O(V²) for all possible vertex pairs 4. O(E log E) where E is the number of edges </div> ??? question "Show Answer" The correct answer is **B**. The depth-first search (DFS) algorithm with cycle detection runs in O(V + ...

datapythongo
0
4
182 Test E32ad987A

Test your understanding of taxonomy categorization, vis-network JSON format, Dublin Core metadata, and Python processing scripts with these questions. --- <div class="upper-alpha" markdown> 1. 1-2 letters for brevity 2. 3-5 letters for balance 3. 6-10 letters for clarity 4. 15+ letters for full descriptiveness </div> ??? question "Show Answer" The correct answer is **B**. TaxonomyID abbreviations should be 3-5 letters, balancing compactness in CSV files and visualizations with sufficient dist...

datapythongo
0
4
182 Test F2148edbA

Test your understanding of concept enumeration, dependency mapping, CSV file formats, and taxonomy categorization with these questions. --- <div class="upper-alpha" markdown> 1. 50-75 concepts 2. 100-150 concepts 3. 180-220 concepts 4. 300-400 concepts </div> ??? question "Show Answer" The correct answer is **C**. A semester-length course typically targets approximately 200 concepts (range 180-220), which aligns with cognitive load principles, provides adequate assessment coverage, and fits s...

datapythongo
0
4
1820 Final Status E4928737A

**Date:** 2026-02-08 **Branch:** feature/universal-infrastructure-strategy **Status:** ✅ READY FOR PRODUCTION ---

testingbashreact
0
4
1821 Phase4 Completion Summary 17001396A

**Date:** 2026-02-08 **Branch:** feature/universal-infrastructure-strategy **Status:** ✅ COMPLETED ---

code-qualitypythongo
0
4
1822 Final Qa Verification 811190cbA

**Date:** February 7, 2026 **Branch:** `feature/universal-infrastructure-strategy` **Status:** ✅ **PRODUCTION READY** ---

testingpythonbash
0
4
1823 Action Plan Cbd5217bA

**Start Date:** February 2, 2026 **Timeline:** 4 weeks **Strategy:** Hybrid approach combining RAG ecosystem + AI coding tools **Status:** ✅ Ready to Execute ---

content-marketingpythongo
0
4
1823 Action Plan Da7e2f31A

**Start Date:** February 2, 2026 **Timeline:** 4 weeks **Strategy:** Hybrid approach combining RAG ecosystem + AI coding tools **Status:** ✅ Ready to Execute ---

content-marketingpythongo
0
4
183 Generated D12ab459A

Generated: 2025-11-08

businessgogit
0
4
1835 Learning Graph Viewer B3ef66a1A

This skill installs an interactive learning graph viewer application into an intelligent textbook project. Use this skill when working with a textbook that has a learning-graph.json file and needs a visual, interactive graph exploration tool with search, filtering, and statistics capabilities.

designjavascriptpython
0
4
184 Skill 824bd76bA

This skill generates interactive multiple-choice quizzes for each chapter of an intelligent textbook, with questions aligned to specific concepts from the learning graph and distributed across Bloom's Taxonomy cognitive levels to assess student understanding effectively.

testing
0
4
1848 Context 4f65886eA

Runs create_changes.py script to extract commit information and categorize changes

toolspythongo
0
4
1849 Readme Zh 83c20fc4A

llm = OpenAICompatible.load_from_json_file("provider.json")["your_provider"]["model"] @llm_function(llm_interface=llm) async def classify_sentiment(text: str) -> str: """ 分析文本的情感倾向。 Args: text: 要分析的文本 Returns: 情感分类,可为 'positive', 'negative', 或 'neutral' """ pass # Prompt as Code! async def main(): result = await classify_sentiment("这个产品太棒了!") print(f"情感分类: {result}") asyncio.run(main()) ```

ai-agentspythonbash
0
4
185 Reference De620390A

This reference provides guidance on adjusting textbook content for different reading levels based on grade level or educational context.

developmentgosql
0
4
1850 Tool Cf3974f2A

SimpleLLMFunc 的工具系统为大语言模型提供了调用外部函数和 API 的能力,让 LLM 能够执行计算、查询数据、调用服务等操作。工具系统支持两种创建方式,并能自动将 Python 函数转换为 LLM 可理解的工具描述格式。

ai-agentspythonexpress
0
4
186 Readme Ffc0056cA

The readme-generator skill creates or updates comprehensive README.md files for GitHub repositories following best practices. It generates all essential sections including badges, project overview, site metrics, and getting started instructions.

documentationpythongit
0
4
187 Reference 5cb2c3dcA

> Reference for: Common Ground > Load when: Using --graph flag, generating mermaid diagrams ---

ai-agentsgonode
0
4
188 Quick 55ed2581A

Quick reference for using the `scientific_report.sty` style package.

researchgobash
0
4
189 User C8554bbbA

If a user tells you there is a problem with the project, review the `target/run_results.json` file to identify which resources failed and why.

developmentpythonsql
0
4
190 Php 108ebc75A

```php // routes/web.php use App\Http\Controllers\PostController; use Illuminate\Support\Facades\Route;

datagophp
0
4
191 Scembed 67dbcbfaA

scEmbed trains Region2Vec models on single-cell ATAC-seq datasets to generate cell embeddings for clustering and analysis. It provides an unsupervised machine learning framework for representing and analyzing scATAC-seq data in low-dimensional space.

datapython
0
4
192 Microsim Screen Capture Af979b2aA

This skill automates the capture of high-quality screenshots for MicroSim visualizations using Chrome headless mode. Use this skill when working with MicroSims that need preview images for social media sharing, documentation, or quality assessment. The skill handles JavaScript-heavy visualizations that require proper rendering time and external CDN resources.

businessjavascriptpython
0
4
1928 Analyze 71a0640dB

Analyze shell scripts with ShellCheck and present findings.

toolsshellbash
0
4
193 Series 635a4f13A

Series endpoints provide access to economic data series metadata and observations.

developmentpythongo
0
4
194 Date A67d9d3aA

**Date:** 2025-11-17 **Task:** Autogenerate all diagrams where Difficulty Level = Medium and MicroSim match score > 90 **Progress:** 18/18 diagrams complete (100%) ✓

documentationjavascriptpython
0
4
194 System 4e70fd23A

Audits C/C++/Rust code for missing zeroization and compiler-removed wipes. Pipeline: source scan -> MCP/LSP semantic context -> IR diff -> assembly checks.

testingpythonrust
0
4
195 Book Chapter Generator Dd803eceA

This skill generates a structured chapter outline for intelligent textbooks by analyzing course descriptions, learning graphs, and concept dependencies. Use this skill after the learning graph has been created and before generating chapter content, to design an optimal chapter structure that respects concept dependencies and distributes content evenly across 6-20 chapters.

businessgobash
0
4
195 Book Installer Fd6cdcddA

Installs and configures project infrastructure including MkDocs Material intelligent textbook templates, learning graph viewers, and skill tracking systems. Routes to the appropriate installation guide based on what the user needs to set up.

datajavascriptgo
0
4
195 Faq Generator 59def96aB

This skill generates a comprehensive set of Frequently Asked Questions (FAQs) from the course description, course content, learning graphs, concept lists, MicroSims, and glossary terms to help students understand common questions and prepare content for chatbot integration. Use this skill after course description, learning graph, glossary, and at least 30% of chapter content exist.

documentationgonode
0
4
195 Fn 13 Pxj8 8e6c7a67A

Add `flowctl epic add-dep` and `flowctl epic rm-dep` commands to manage epic-level dependencies via CLI.

documentationpythonbash
0
4
195 Imaging Data Commons Ce4e7699A

Query and download public cancer imaging data from NCI Imaging Data Commons using idc-index. Use for accessing large-scale radiology (CT, MR, PET) and pathology datasets for AI training or research. No authentication required. Query by metadata, visualize in browser, check licenses.

datapythongo
0
4
195 Learning Graph Generator A68eb34aA

Generates a comprehensive learning graph from a course description, including 200 concepts with dependencies, taxonomy categorization, and quality validation reports. Use this when the user wants to create a structured knowledge graph for educational content.

toolspythongo
0
4
195 Math Function Plotter Plotly 6775a65dA

This skill generates interactive mathematical function plots using Plotly.js for iframe embedding in intelligent textbooks. Creates visualizations with hover tooltips, interactive sliders to move points along curves, responsive design optimized for narrow layouts, and comprehensive educational documentation. Use this when users request plotting mathematical functions, graphing equations, visualizing f(x), or creating interactive function explorers for calculus, precalculus, physics, or engine...

developmentjavascriptgo
0
4
195 Microsim Generator Cf1859d9A

Creates interactive educational MicroSims using the best-matched JavaScript library (p5.js, Chart.js, Plotly, Mermaid, vis-network, vis-timeline, Leaflet, Venn.js). Analyzes user requirements to route to the appropriate visualization type and generates complete MicroSim packages with HTML, JavaScript, CSS, documentation, and metadata.

documentationjavascriptgo
0
4
195 Microsim Matcher Fbf88991A

This skill analyzes diagram, chart, or simulation specifications and returns a ranked list of the most suitable MicroSim generator skills to use. It compares the specification against capabilities of all available microsim generators (p5.js, ChartJS, Plotly, Mermaid, vis-network, timeline, map, Venn, bubble) and provides match scores (0-100) with detailed reasoning for each recommendation. Use this skill when a user has a diagram specification and needs guidance on which MicroSim generator sk...

designpythongo
0
4
195 Microsim Screen Capture 1129183dA

This skill automates the capture of high-quality screenshots for MicroSim visualizations using Chrome headless mode. Use this skill when working with MicroSims that need preview images for social media sharing, documentation, or quality assessment. The skill handles JavaScript-heavy visualizations that require proper rendering time and external CDN resources.

businessjavascriptpython
0
4
195 Name 0b41100fA

This skill generates interactive workflow diagrams using the Mermaid JavaScript library

developmentjavascriptgo
0
4
195 Pandas Pro 59ef8aa8A

Use when working with pandas DataFrames, data cleaning, aggregation, merging, or time series analysis. Invoke for data manipulation, missing value handling, groupby operations, or performance optimization.

datapythongo
0
4
195 Quiz Generator Cc592673B

This skill generates interactive multiple-choice quizzes for each chapter of an intelligent textbook, with questions aligned to specific concepts from the learning graph and distributed across Bloom's Taxonomy cognitive levels to assess student understanding effectively. Use this skill after chapter content has been written and the learning graph exists.

educationgotesting
0
4
195 Tikz Flowchart F96fe863A

Creates professional TikZ flowcharts with a standardized style (Google Material-like colors, node shapes, and layout).

code-qualitygonode
0
4
195 Venn Diagram Generator 971e5bf1A

This skill generates interactive Venn diagram visualizations using the venn.js JavaScript library. Use this skill when users request creating Venn diagrams, set visualizations, overlap diagrams, or comparison charts for educational textbooks. The skill creates complete MicroSim packages with standalone HTML files featuring colorful circles, clear labels, and interactive tooltips, saved to /docs/sims/ following the MicroSim pattern.

datajavascriptpython
0
4
196 Date 9c7da4f3A

**Date:** December 10, 2025 **Project:** Claude Code Skills **Goal:** Consolidate 36+ skills to under 30 (Claude Code hard limit) ---

documentationgonode
0
4
196 Fn 22 53k1 256099f8A

Add infrastructure for epic completion review status tracking.

documentationpythonbash
0
4
197 Chapter 0b5d97acA

**Chapter:** 09 - Claude Skills Architecture Development **Generator:** mermaid-generator **Match Score:** 93/100 **Difficulty:** Medium

documentationpythongo
0
4
197 Fn 22 53k7 65e2bac5A

Update documentation to cover epic-completion review feature.

documentationdocumentation
0
4
198 Fn 95 3f41cb2cA

Create run discovery library to find and manage Ralph runs.

testingtypescript
0
4