⛓️ Blockchain

221 skills found

converting-to-strong-types.md
9
1 export converting-to-strong-types
2 johnlokerse from "johnlokerse/azure-bicep-custom-chat-modes"
3 This repository contains agent modes, prompt files and SKILLS for Azure Bicep
2026-01-29
recursive-knowledge.md
9
1 export recursive-knowledge
2 Cornjebus from "Cornjebus/rlm-replication-study"
3 Replication study: Stateful Knowledge Graph Traversal vs Recursive Language Models. 87.8% accuracy on real OOLONG dataset vs RLM's 23-58% F1.
2026-02-04
context7-efficient.md
9
1 export context7-efficient
2 Rehan-Ul-Haq from "Rehan-Ul-Haq/my-skills"
3 Token-efficient library documentation fetcher using Context7 MCP with 86.8% token savings through intelligent shell pipeline filtering. Fetches code examples, API references, and best practices for JavaScript, Python, Go, Rust, and other libraries. Use when users ask about library documentation, need code examples, want API usage patterns, are learning a new framework, need syntax reference, or troubleshooting with library-specific information. Triggers include questions like "Show me React hooks", "How do I use Prisma", "What's the Next.js routing syntax", or any request for library/framework documentation.
2026-02-10
output-style-audit.md
9
1 export output-style-audit
2 philoserf from "philoserf/claude-code-setup"
3 Comprehensive Claude Code configuration with agents, skills, hooks, and automation
2026-02-26
braingrid-cli.md
9
1 export braingrid-cli
2 BrainGridAI from "BrainGridAI/braingrid"
3 Turn thoughts into AI-ready specs and ship 100 faster.
2026-02-26
creating-bauplan-pipelines.md
9
1 export creating-bauplan-pipelines
2 BauplanLabs from "BauplanLabs/bauplan-mcp-server"
3 Repository hosting the open source Bauplan MCP server and curated Agent Skills
2026-02-24
design-system-analyzer.md
8
1 export design-system-analyzer
2 pastjean from "pastjean/dotfiles"
3 Auto install scripts for your laptop
2026-02-07
rust-systems-engineering.md
8
1 export rust-systems-engineering
2 yongkangc from "yongkangc/agent-rules"
3 rules for agentic software
2026-02-20
design-tokens.md
8
1 export design-tokens
2 laurigates from "laurigates/dotfiles"
3 My personal dotfiles made public to inspire and/or confuse others.
2026-02-22
crypto-research.md
8
1 export crypto-research
2 stevengonsalvez from "stevengonsalvez/agents-in-a-box"
3 context engineering for agentic coding
2026-02-25
conductor-development.md
7
1 export conductor-development
2 fcoury from "fcoury/conductor"
3 Context-Driven Development skill for projects using Conductor. Use this skill when you detect a `conductor/` directory in the project, when working on tasks defined in a `plan.md` file, or when the user asks about tracks, specs, or plans. Automatically applies TDD workflow, tracks task completion, and follows the spec-driven methodology.
2026-02-24
ruby-integration.md
7
1 export ruby-integration
2 braintrustdata from "braintrustdata/braintrust-sdk-ruby"
3 Tracing & Evals library for Braintrust
2026-02-18
python-testing.md
7
1 export python-testing
2 ilude from "ilude/claude-code-config"
3 Personal Claude Code configuration files (ruleset, commands, settings)
2026-02-15
ccpm-skill-creator.md
7
1 export ccpm-skill-creator
2 duongdev from "duongdev/ccpm"
3 Creates custom CCPM skills from request to deployment with proper templates, safety guardrails, and integration patterns. Auto-activates when user mentions "create skill", "custom workflow", "team specific", "extend CCPM", "codify team practice", or "reusable pattern". Guides through purpose definition (what skill does), activation triggers (when it runs), CCPM integration points, and safety rules. Provides three skill templates: Team Workflow (codify practices), Safety Enforcement (add checks), and Integration Skills (custom tools). Creates directory structure, frontmatter metadata, multi-phase instructions, and supporting docs. Tests skill activation before deployment and suggests improvements.
2026-02-16
sync-agent-configs.md
6
1 export sync-agent-configs
2 dparedesi from "dparedesi/YTScribe"
3 Download and process YouTube video transcripts from channels and playlists
2026-01-11
adf-format-json-schema.md
6
1 export adf-format-json-schema
2 MacHu-GWU from "MacHu-GWU/atlas_doc_parser-project"
3 Atlassian Document Format Parser
2026-02-06
scrum-event-backlog-refinement.md
6
1 export scrum-event-backlog-refinement
2 atusy from "atusy/agentic-scrum"
3 Transform PBIs into ready status for AI execution. Use when refining backlog items, splitting stories, or ensuring Definition of Ready.
2026-01-05
rust-architect.md
6
1 export rust-architect
2 nanlong from "nanlong/rust-architect"
3 Rust Architect skills for Claude Code
2026-02-04
leta.md
6
1 export leta
2 andreasjansson from "andreasjansson/lspcmd"
3 Command-line LSP client for agentic coders
2026-02-18
custom-node-definition.md
6
1 export custom-node-definition
2 trkbt10 from "trkbt10/react-wireflow"
3 Create custom node definitions with renderers, ports, external data, and constraints. Use when implementing new node types, custom node appearances, or node-specific behaviors.
2026-01-14
remotion-video.md
6
1 export remotion-video
2 connorads from "connorads/dotfiles"
3 @connorads dotfiles 🟢
2026-02-25
domain-profiles.md
6
1 export domain-profiles
2 BitYoungjae from "BitYoungjae/marketplace"
3 A Claude Code plugin marketplace by BitYoungjae.
2026-02-07
langfuse-observability.md
5
1 export langfuse-observability
2 phrazzld from "phrazzld/claude-config"
3 Query Langfuse traces, prompts, and LLM metrics. Use when:- Analyzing LLM generation traces (errors, latency, tokens)- Reviewing prompt performance and versions- Debugging failed generations- Comparing model outputs across runsKeywords: langfuse, traces, observability, LLM metrics, prompt management, generations
2026-02-25
command-activation-mechanisms.md
5
1 export command-activation-mechanisms
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 コマンド起動の仕組みを整理し、明示起動/自動起動/Extended Thinkingの設計と検証を支援するスキル。起動フロー、トリガー設計、検証手順を一貫して整理する。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: 手順設計 / 目的: 実行フローの最適化• Human-Computer Interaction (Dix et al.) / 適用: 起動UX設計 / 目的: 誤起動の抑制• Automation Patterns / 適用: 自動起動設計 / 目的: 安定運用Trigger:Use when designing command activation flows, defining auto-invocation triggers, or validating command execution paths.command activation, auto invocation, extended thinking, slashcommand, execution flow
2026-02-26