Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
(ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')), '(Request ID: 8a617043-69a9-44bb-9452-60939eacaa98)')
Error code:   UnexpectedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

id
string
name
string
namespace
string
description
string
repo
string
source_url
string
body
string
a1299c1e-12ab-44af-a931-d7fa0254de10
brainstorming
@obra/superpowers/brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
obra/superpowers
https://github.com/obra/superpowers/tree/main/skills/brainstorming
--- name: brainstorming description: "You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation." --- # Brainstorming Ideas Into Designs Help turn ideas into fully formed designs...
7ddc88c4-47d8-4cc2-9263-94f08dced4f8
prompt-engineering-patterns
@wshobson/agents/prompt-engineering-patterns
Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, or designing production prompt templates.
wshobson/agents
https://github.com/wshobson/agents/tree/main/plugins/llm-application-dev/skills/prompt-engineering-patterns
--- name: prompt-engineering-patterns description: Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, or designing production prompt templates. --- # Prompt Engineering Patterns Master advanced ...
4eafb371-15ff-43d4-9a23-85476950ac00
architecture-patterns
@wshobson/agents/architecture-patterns
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.
wshobson/agents
https://github.com/wshobson/agents/tree/main/plugins/backend-development/skills/architecture-patterns
--- name: architecture-patterns description: Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability. --- # Architecture Patterns Master ...
c2188dbb-9d0b-42c6-935b-66c6077da587
api-design-principles
@wshobson/agents/api-design-principles
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
wshobson/agents
https://github.com/wshobson/agents/tree/main/plugins/backend-development/skills/api-design-principles
--- name: api-design-principles description: Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards. --- # API Design Principles Master REST and GraphQL A...
d3a715b9-f04d-4dbd-82b3-7e9210413286
ui-ux-pro-max
@nextlevelbuilder/ui-ux-pro-max-skill/ui-ux-pro-max
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing pa...
nextlevelbuilder/ui-ux-pro-max-skill
https://github.com/nextlevelbuilder/ui-ux-pro-max-skill/tree/main/.claude/skills/ui-ux-pro-max
--- name: ui-ux-pro-max description: "UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types across 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS). Action...
5daaf7ce-9156-4c93-be9f-c56cff903deb
Remembering Conversations
@obra/superpowers-skills/remembering-conversations
Search previous Claude Code conversations for facts, patterns, decisions, and context using semantic or text search
obra/superpowers-skills
https://github.com/obra/superpowers-skills/tree/main/skills/collaboration/remembering-conversations
--- name: Remembering Conversations description: Search previous Claude Code conversations for facts, patterns, decisions, and context using semantic or text search when_to_use: when partner mentions past discussions, debugging familiar issues, or seeking historical context about decisions and patterns version: 1.1.0 -...
ae3e5692-4ff3-400a-be8b-fcf7402f540a
markitdown
@K-Dense-AI/claude-scientific-skills/markitdown
Convert files and office documents to Markdown. Supports PDF, DOCX, PPTX, XLSX, images (with OCR), audio (with transcription), HTML, CSV, JSON, XML, ZIP, YouTube URLs, EPubs and more.
K-Dense-AI/claude-scientific-skills
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/markitdown
--- name: markitdown description: Convert files and office documents to Markdown. Supports PDF, DOCX, PPTX, XLSX, images (with OCR), audio (with transcription), HTML, CSV, JSON, XML, ZIP, YouTube URLs, EPubs and more. allowed-tools: Read Write Edit Bash license: MIT license metadata: skill-author: K-Dense Inc. --- ...
4f72b40c-c6c2-4f14-b334-3adb980ec62a
async-python-patterns
@wshobson/agents/async-python-patterns
Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.
wshobson/agents
https://github.com/wshobson/agents/tree/main/plugins/python-development/skills/async-python-patterns
--- name: async-python-patterns description: Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations. --- # Async Python Patterns Comprehensive guidance for ...
1b161885-606d-4e49-9d43-ed3933044547
writing-plans
@obra/superpowers/writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
obra/superpowers
https://github.com/obra/superpowers/tree/main/skills/writing-plans
--- name: writing-plans description: Use when you have a spec or requirements for a multi-step task, before touching code --- # Writing Plans ## Overview Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: whi...
ebb84b7b-da99-48f3-a6b0-448b42d38a02
git-advanced-workflows
@wshobson/agents/git-advanced-workflows
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
wshobson/agents
https://github.com/wshobson/agents/tree/main/plugins/developer-essentials/skills/git-advanced-workflows
--- name: git-advanced-workflows description: Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues. --- #...
44198c1d-f52b-4a80-85c0-73279d0c6685
modern-javascript-patterns
@wshobson/agents/modern-javascript-patterns
Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional programming patterns for writing clean, efficient JavaScript code. Use when refactoring legacy code, implementing modern patterns, or optimizing JavaScript applications.
wshobson/agents
https://github.com/wshobson/agents/tree/main/plugins/javascript-typescript/skills/modern-javascript-patterns
--- name: modern-javascript-patterns description: Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional programming patterns for writing clean, efficient JavaScript code. Use when refactoring legacy code, implementing moder...
a8213702-ec53-4d69-9fd0-777e74f3a0b6
excel
@Fergana-Labs/claude_agent_desktop/excel
Create, read, edit, and analyze Microsoft Excel spreadsheets (.xlsx files). Use for spreadsheet data, calculations, formulas, charts, and tabular data analysis.
Fergana-Labs/claude_agent_desktop
https://github.com/Fergana-Labs/claude_agent_desktop/tree/main/.claude/skills/excel
--- name: excel description: Create, read, edit, and analyze Microsoft Excel spreadsheets (.xlsx files). Use for spreadsheet data, calculations, formulas, charts, and tabular data analysis. allowed-tools: Read, Write, Bash --- # Excel Spreadsheet Tool This skill enables working with Microsoft Excel spreadsheets using...
End of preview.

superskillret prebuilt index

Prebuilt embedding index for the superskillret Claude Code plugin.

Files

File Description
skill_embeddings.npy FP16 numpy array of shape (16783, 1024)
skill_metadata.jsonl one JSON record per row, aligned with embeddings (includes name, description, body, source_url)
VERSION integer version tag; bumped when the corpus or encoder changes

Usage

from huggingface_hub import snapshot_download
snapshot_download(repo_id="youngryankim/superskillret-index",
                  repo_type="dataset",
                  local_dir="cache/")

Downstream consumers should check VERSION against their cached copy before reusing local files.

Downloads last month
126