Dataset Viewer
Auto-converted to Parquet Duplicate
repo_full_name
stringlengths
5
105
artifact_path
stringlengths
8
265
entry_name
stringlengths
1
232
entry_type
stringclasses
2 values
entry_size
int64
0
105M
entry_sha
stringlengths
40
40
content
stringlengths
0
100k
content_fetched
int64
0
2
skipped_reason
stringclasses
0 values
0-AI-UG/cate
skills/cate-theme/SKILL.md
examples
dir
0
5f47a9bcd5bfd44a62a2c456325d84facca936a9
null
0
null
0-AI-UG/cate
skills/cate-theme/SKILL.md
examples/midnight-ember.cate-theme.json
file
3,292
5043b7196d53053e4b1013403d3b64504e10cba1
{ "version": 1, "id": "midnight-ember", "name": "Midnight Ember", "type": "dark", "author": "Cate", "description": "Warm charcoal surfaces with an ember-orange accent.", "bootBackground": "#1a1714", "app": { "surface-0": "#1a1714", "surface-1": "#221d18", "surface-2": "#2a241e", "surface...
1
null
0-AI-UG/cate
skills/cate-theme/SKILL.md
examples/paper-light.cate-theme.json
file
3,384
0cb2e2103def3abbf7a717668394c233a20b1e24
{ "version": 1, "id": "paper-light", "name": "Paper Light", "type": "light", "author": "Cate", "description": "Soft paper-white surfaces with an ink-blue accent.", "bootBackground": "#f3f1ec", "app": { "surface-0": "#e9e6df", "surface-1": "#f0ede7", "surface-2": "#f5f3ee", "surface-3": "...
1
null
0-AI-UG/cate
skills/cate-theme/SKILL.md
theme.schema.json
file
6,398
f11253fd93ebee1109f0f1b9c7e44a0a97ac472e
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://cate.app/schemas/theme.schema.json", "title": "Cate Unified Theme", "description": "One theme styling the whole Cate IDE: app chrome, terminal palette, and Monaco editor.", "type": "object", "required": ["version", "id", "name", "type",...
1
null
0-CYBERDYNE-SYSTEMS-0/FFT_nano
skills/runtime/fft-coder-ops/SKILL.md
references
dir
0
7e11ef515cfb17766b1e2527e3e3c291a87bb2fe
null
0
null
0-CYBERDYNE-SYSTEMS-0/FFT_nano
skills/runtime/fft-coder-ops/SKILL.md
references/safety.md
file
449
ab25f27ebcecca37d6b26f26640da2306daec809
# Coder Delegation Safety Hard constraints: - Delegation trigger must be explicit (`/coder`, `/coder-plan`, alias phrases). - Delegation only in main/admin chat. - Non-main chats cannot run coder delegation. - Scheduled task turns cannot run coder delegation. Expected user-facing feedback: - Start message with requ...
1
null
0-CYBERDYNE-SYSTEMS-0/FFT_nano
skills/runtime/fft-debug/SKILL.md
scripts
dir
0
85ebc58ed3a17f679b6f53cf3effd06bafcd6256
null
0
null
0-CYBERDYNE-SYSTEMS-0/FFT_nano
skills/runtime/fft-debug/SKILL.md
scripts/collect-debug-snapshot.sh
file
876
c92d9039aff7a8429092608332683068f1e74635
#!/usr/bin/env bash set -euo pipefail ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/../../../.." && pwd)" cd "$ROOT_DIR" echo "# fft-debug snapshot" echo "generated_at=$(date -u +%Y-%m-%dT%H:%M:%SZ)" echo echo "## git status" git status --short || true echo echo "## lock" ls -la data/fft_nano.lock 2>/dev/null || e...
1
null
0-CYBERDYNE-SYSTEMS-0/FFT_nano
skills/runtime/fft-setup/SKILL.md
scripts
dir
0
8a1227eb31aee76964677fa411a0a708f2c2348f
null
0
null
0-CYBERDYNE-SYSTEMS-0/FFT_nano
skills/runtime/fft-setup/SKILL.md
scripts/check-prereqs.sh
file
985
4dbacc4950817655c782d183d14cd618682d7420
#!/usr/bin/env bash set -euo pipefail echo "[fft-setup] host=$(uname -s)" if ! command -v node >/dev/null 2>&1; then echo "missing: node" exit 1 fi if ! command -v npm >/dev/null 2>&1; then echo "missing: npm" exit 1 fi node_major="$(node -p 'process.versions.node.split(".")[0]')" if [[ "$node_major" -lt 20 ...
1
null
0-CYBERDYNE-SYSTEMS-0/FFT_nano
skills/runtime/rapid-research/SKILL.md
templates
dir
0
faf1cf59e1cca66b220c0fc187ae78020367a033
null
0
null
0-CYBERDYNE-SYSTEMS-0/FFT_nano
skills/runtime/rapid-research/SKILL.md
templates/research_brief_template.md
file
373
e71484c0c01671541bb78d8bb3257486c1a6abf6
# Research Brief - **Prompt / Question**: - **Date**: - **Primary Decision Maker**: - **Success Metric**: ## Summary (3 bullet overview) ## Evidence Table | Claim | Supporting Source | Date | Confidence | | --- | --- | --- | --- | ## Analysis - Insight 1 - Insight 2 - Insight 3 ## Open Questions 1. ... 2. ... 3. ....
1
null
0-CYBERDYNE-SYSTEMS-0/FFT_nano
skills/runtime/rapid-research/SKILL.md
templates/source_log_template.md
file
76
3cd2df9c703e18e382a8800d93ee41c29b870825
| Source | URL | Date | Fact | Confidence | | --- | --- | --- | --- | --- |
1
null
0-CYBERDYNE-SYSTEMS-0/FarmFriend-Terminal-React
skills/code_first_responder/SKILL.md
templates
dir
0
910f18de335473275b07beff363cb596df658e7b
null
0
null
0-CYBERDYNE-SYSTEMS-0/FarmFriend-Terminal-React
skills/code_first_responder/SKILL.md
templates/debug_report_template.md
file
294
4ad52aab2515275588ed35948977d3902b18a010
# Debug Report - **Date**: - **Engineer**: - **Branch / Commit**: ## Failure Snapshot ``` <command> <output> ``` ## Suspected Scope - File(s): - Recent changes: ## Hypothesis - ... ## Proposed Fix Steps 1. ... 2. ... 3. ... ## Validation Log - Command: - Result: ## Handover Notes - ...
1
null
0-CYBERDYNE-SYSTEMS-0/FarmFriend-Terminal-React
skills/code_first_responder/SKILL.md
templates/fix_checklist.md
file
326
d1b1fedc9175e92deaf1ad55c086d9780a8ac8b4
- [ ] Captured git status + commit hash - [ ] Reproduced failure locally - [ ] Logged raw command output - [ ] Identified impacted files/modules - [ ] Drafted fix plan with must/optional steps - [ ] Applied patch (if trivial) and recorded diff summary - [ ] Re-ran validation command - [ ] Added follow-up or escalation ...
1
null
0-CYBERDYNE-SYSTEMS-0/FarmFriend-Terminal-React
skills/rapid_research/SKILL.md
templates
dir
0
faf1cf59e1cca66b220c0fc187ae78020367a033
null
0
null
0-CYBERDYNE-SYSTEMS-0/FarmFriend-Terminal-React
skills/rapid_research/SKILL.md
templates/research_brief_template.md
file
373
e71484c0c01671541bb78d8bb3257486c1a6abf6
# Research Brief - **Prompt / Question**: - **Date**: - **Primary Decision Maker**: - **Success Metric**: ## Summary (3 bullet overview) ## Evidence Table | Claim | Supporting Source | Date | Confidence | | --- | --- | --- | --- | ## Analysis - Insight 1 - Insight 2 - Insight 3 ## Open Questions 1. ... 2. ... 3. ....
1
null
0-CYBERDYNE-SYSTEMS-0/FarmFriend-Terminal-React
skills/rapid_research/SKILL.md
templates/source_log_template.md
file
76
3cd2df9c703e18e382a8800d93ee41c29b870825
| Source | URL | Date | Fact | Confidence | | --- | --- | --- | --- | --- |
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/autoresearch-finalize/SKILL.md
finalize.sh
file
13,862
d49543afa37eec55694345a01fd625324c83101f
#!/usr/bin/env bash set -euo pipefail # autoresearch-finalize — creates independent branches from an autoresearch session # # Usage: finalize.sh <groups.json> # # groups.json format: # { # "base": "<full merge-base commit hash>", # "trunk": "main", # "final_tree": "<full HEAD hash of autoresearch branch>", # "...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/business-contact-recon/SKILL.md
assets
dir
0
778090a45573536c4e9659d3588cb44a0b22e826
null
0
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/business-contact-recon/SKILL.md
assets/csv_template.csv
file
120
f707dd1611ebc96b6bd17b68cc117aca16831cd7
business_name,website,phone,email,contact_name,title,linkedin_url,source,confidence,last_verified,notes,region,industry
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/business-contact-recon/SKILL.md
references
dir
0
8005a57118530b9aeb72a107aaaac2ee1d2a224d
null
0
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/business-contact-recon/SKILL.md
references/compliance.md
file
4,974
ee7a9f360f3ce064844a6aa33c657f9e72762e6c
# Compliance Guidelines Ethical and legal considerations for business contact reconnaissance. ## Core Principles 1. **Transparency**: Never misrepresent who you are 2. **Respect**: Honor rate limits and robots.txt 3. **Legitimacy**: Only use publicly available data 4. **Purpose**: Use data for legitimate business pu...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/business-contact-recon/SKILL.md
references/csv_schema.md
file
3,869
01910a61ffcd2fef5471126ddb0c806b9c932768
# CSV Schema Reference Field definitions and validation rules for contact list output. ## Field Reference | Field | Type | Required | Description | Example | |-------|------|----------|-------------|---------| | `business_name` | string | Yes | Legal or common business name | "Joe's Plumbing LLC" | | `website` | str...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/business-contact-recon/SKILL.md
references/free_sources.md
file
5,195
51b7198844c32634dadc1429f76b122b5ba1cf10
# Free Data Sources Guide Comprehensive guide to free data sources for business contact reconnaissance. ## 1. Search Engines ### DuckDuckGo - **URL**: https://duckduckgo.com/html/ - **API**: HTML scraping (no API key needed) - **Rate Limit**: Very lenient, ~1 req/3s recommended - **Use for**: Business discovery, web...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/business-contact-recon/SKILL.md
references/industry_templates.md
file
6,303
20a87670dd7ed99b745ef37e43a21a22973458d5
# Industry Templates Pre-built search patterns and configurations for specific industries. ## Restaurant Industry ### Search Queries ``` # Discovery patterns "{industry} {region}" "best {industry} {region}" "{industry} near me {region}" "top rated {industry} {region}" # Specific queries "restaurant {city} reviews" ...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/business-contact-recon/SKILL.md
scripts
dir
0
fae50bc61fc5f19997e2082971d1d11f364e1b82
null
0
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/business-contact-recon/SKILL.md
scripts/build_csv.py
file
5,181
83cffcaa8f0819bf9bb4e39d7fee51a1e4131ff2
""" CSV Builder Script Combines discovery, validation, and contact data into CRM-ready CSV. """ import csv import json from datetime import datetime from typing import List, Dict class CSVBuilder: """Build CRM-ready CSV output from reconnaissance data.""" def __init__(self, output_path: str = "contact_l...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/business-contact-recon/SKILL.md
scripts/discover_businesses.py
file
4,912
c8acb03acc0fcf62390e7aecad466bade2ffcc3f
""" Business Discovery Script Uses DuckDuckGo and web searches to discover businesses by region/industry. Free sources only - no paid APIs required. """ import requests from bs4 import BeautifulSoup import time import json import re from urllib.parse import quote_plus, urlparse from datetime import datetime from typin...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/business-contact-recon/SKILL.md
scripts/extract_contacts.py
file
6,157
9adf5e69ff9346a3030116b1b7368845173653c0
""" Contact Extraction Script Extracts contact information from business websites. Respects robots.txt and rate limits. """ import requests from bs4 import BeautifulSoup import re import time from typing import Dict, Optional, List from datetime import datetime class ContactExtractor: """Extract contact informat...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/business-contact-recon/SKILL.md
scripts/linkedin_extract.py
file
5,831
4f25643eacfdba2715fff3bdb95c389a0c3186e7
""" LinkedIn Extraction Script (Free Tier Only) Extracts publicly available LinkedIn company and person data. No paid APIs - uses basic web scraping with heavy rate limiting. IMPORTANT: LinkedIn TOS requires manual access. Use responsibly. """ import requests from bs4 import BeautifulSoup import time import re from ty...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/business-contact-recon/SKILL.md
scripts/validate_activity.py
file
7,208
8e29c962f33782f068fa8a0fbbb0cd63031c3925
""" Activity Validation Script Validates business activity using free public signals. Checks social presence, reviews, news, and community activity. """ import requests from bs4 import BeautifulSoup import time from datetime import datetime, timedelta from typing import Dict, List, Optional import re class ActivityV...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/cli-coding-agents/SKILL.md
references
dir
0
1f9320559c0e3ae2c5f02b87d88380a497b7853d
null
0
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/cli-coding-agents/SKILL.md
references/ENV_VARS.md
file
6,426
f06705140e3adffc44c25b31a7f7b191ab6b89e2
# Environment Variables Reference This document lists all environment variables that can be used to customize CLI behavior for coding agents. ## Core Environment Variables ### Command Override Variables #### CLAUDE_CMD Overrides the default Claude binary path. **Usage:** ```bash CLAUDE_CMD="/path/to/custom/claude"...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/cli-coding-agents/SKILL.md
references/MODELS.md
file
6,015
1ad1c29766c6111a9081c5618f898e3784e13c8a
# Model Mappings and Specifications This document provides detailed information about models available across different providers and their usage patterns. ## Model Overview ### Z.AI Models #### GLM-4.7 - **Provider**: Z.AI - **Model Name**: GLM-4.7 - **Usage**: General-purpose coding and analysis - **Strengths**: ...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/cli-coding-agents/SKILL.md
references/PROFILES.md
file
4,006
9e6158c527211ea51133458600af97e389398643
# Profile Configurations This document lists all available profiles and their configurations across the three CLI platforms. ## Profile List ### ZAI Profile - **Provider**: Z.AI - **Model**: GLM-4.7 - **Usage**: Default profile for general coding tasks - **CLI Support**: All three CLIs (Claude, Droid, OpenCode) - **...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/grok/SKILL.md
.clawhub
dir
0
a1b68c247b3e2c1712abd8cdc0f31fd7a3d0ae11
null
0
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/grok/SKILL.md
.clawhub/origin.json
file
136
4651908033409be1a5958d12bdf641ffa2f3674a
{ "version": 1, "registry": "https://clawhub.ai", "slug": "grok", "installedVersion": "1.0.3", "installedAt": 1771184460318 }
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/grok/SKILL.md
_meta.json
file
123
dec6105d33e504619315b90cd8a26ecf90727704
{ "ownerId": "kn76zyjz6zembqygbz5jv753p180cnr5", "slug": "grok", "version": "1.0.3", "publishedAt": 1771140440493 }
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/grok/SKILL.md
search.mjs
file
6,740
d2b9f6f5b91a1c93f4b3d113f27c0a7b1ff2ca41
// search.mjs // xAI Grok Search - Web and X search functions /** * Search the web using xAI's Grok API * @param {Object} options - Search options * @param {string} options.query - Search query (required) * @param {string} options.model - Model to use (default: grok-4-1-fast-reasoning) * @param {string[]} options...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/kimi-writing/SKILL.md
README.md
file
3,284
6f5f70ca577864d412f4573e4d0c7fb03d71efa7
# Kimi-K2.5 Writing Skill Professional and creative writing assistant powered by Moonshot AI's Kimi-K2.5 model via OpenRouter. ## Quick Start ```bash cd /Users/username/clawdbot/skills/kimi-writing # Install dependencies uv pip install -e . # Set API key export OPENROUTER_API_KEY="sk-or-v1-..." # Test the skill u...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/kimi-writing/SKILL.md
prompts
dir
0
36e7677e33632bc59795b5c0f9ec569b28208335
null
0
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/kimi-writing/SKILL.md
prompts/metaprompt.md
file
4,499
362e2c6efa0fadbabbe35802d21d9569aa95e6b1
# Kimi-K2.5 Writing Metaprompt ## Purpose This metaprompt guides the writing process for optimal results across domains and use cases. ## Before You Write ### Step 1: Contextualize Answer these questions internally: 1. **Who is the reader?** (audience, expertise, pain points) 2. **What do they need?** (information, ...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/kimi-writing/SKILL.md
prompts/styles
dir
0
988b2a0f79e889a82bc1bd7e7997555c59e62d1c
null
0
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/kimi-writing/SKILL.md
prompts/styles/agriculture.md
file
3,051
e428d8caba27fbe13ad365a800d62bd53c4d4bbb
# Agriculture Writing Style Guide ## Domain Context Farming is real work with real stakes. Your writing reflects that reality—seasonal cycles, weather uncertainty, financial pressure, and generations of knowledge. ## Tone - **Practical:** Solutions must work in the field, not on paper - **Grounded:** Respect the dirt...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/kimi-writing/SKILL.md
prompts/styles/business.md
file
3,635
cc3c7986b427357f9b75c12aaf9b29962beb3fe0
# Business Writing Style Guide ## Domain Context Business writing exists to get work done. Clarity, specificity, and respect for the reader's time are non-negotiable. ## Tone - **Professional:** Not stiff, not casual—appropriate to the situation - **Direct:** Get to the point quickly - **Results-oriented:** Focus o...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/kimi-writing/SKILL.md
prompts/styles/creative.md
file
4,134
b71a248aad7ecd9d18a0abbb9ddb04cfd48f2f96
# Creative Writing Style Guide ## Domain Context Creative writing exists to engage, move, and stay with the reader. Technical perfection matters less than emotional resonance and authentic voice. ## Tone - **Authentic:** Voice-driven, consistent, distinctive - **Emotionally true:** Earned, not forced - **Respectful o...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/kimi-writing/SKILL.md
prompts/styles/marketing.md
file
4,917
4632ac2b1b51e1bf43a13b5a11e4087def0e1c99
# Marketing / Copywriting Style Guide ## Domain Context Marketing writing exists to persuade and convert. Every word earns its keep. The reader's attention is borrowed—don't waste it. ## Tone - **Persuasive:** Every element serves conversion - **Benefit-focused:** What's in it for them? - **Urgent:** Act now, not l...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/kimi-writing/SKILL.md
prompts/styles/technical.md
file
5,917
4d45dc5b81bbb07b80489dd3006d558306f74568
# Technical Documentation Style Guide ## Domain Context Technical documentation exists to get users from "I don't know" to "I can do this" with minimal friction. Clarity and accuracy are paramount. ## Tone - **Precise:** No ambiguity, no room for interpretation - **Accessible:** Technical depth matched to audience ...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/kimi-writing/SKILL.md
prompts/system.md
file
6,356
bc075a0fc92402687dc014a680956f8f717afb2c
# Kimi-K2.5 Writing Agent System Prompt ## Core Identity You are Kimi-K2.5 Writing Agent, an expert writer who crafts thoughtful, engaging content tailored to specific domains, audiences, and purposes. You understand that great writing is not just correct—it's compelling, human, and purposeful. ## Writing Philosophy...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/kimi-writing/SKILL.md
pyproject.toml
file
473
df9d0f85a3f0d328fce7406b2a32e955288a8386
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "kimi-writing" version = "0.1.0" description = "Professional writing assistant powered by Kimi-K2.5 via OpenRouter" authors = [{ name = "nano-core Terminal", email = "support@farmfriend.technology" }] requires-python = ">=3.10" ...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/kimi-writing/SKILL.md
scripts
dir
0
a5c016eac0158ef8aaf35e98051103ca5673931a
null
0
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/kimi-writing/SKILL.md
scripts/domain_analyzer.py
file
9,474
1c7211ac9abb49834700749240108d1eb6c01c12
""" Domain and audience detection for writing context """ import re from typing import Dict, List, Optional, Tuple class DomainAnalyzer: """Detect writing domain, audience, and style from input""" # Domain keywords DOMAIN_KEYWORDS = { "agriculture": [ "crop", "farm", "soil", "harvest"...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/kimi-writing/SKILL.md
scripts/modes.py
file
2,609
dae3d5bb600c23fc58f42dd1ba363de5bf775a0d
""" Mode selection and configuration for Kimi-K2.5 """ from typing import Dict, Any import os class ModeConfig: """Configuration for writing modes""" # Default configurations MODES = { "thinking": { "temperature": 1.0, "top_p": 0.95, "max_tokens": 8192, ...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/kimi-writing/SKILL.md
scripts/write.py
file
11,009
8ccd9c3e16fb11d3f3192d1bb5df4f39bdc955db
#!/usr/bin/env python3 """ Kimi-K2.5 Writing CLI Professional and creative writing assistant powered by Kimi-K2.5 via OpenRouter """ import os import sys import argparse from pathlib import Path # Add parent directory to path for imports sys.path.insert(0, str(Path(__file__).parent.parent)) from tools.openrouter_cli...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/kimi-writing/SKILL.md
tools
dir
0
67ebc7ca704167b2d914964dad7b56f12e3bf607
null
0
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/kimi-writing/SKILL.md
tools/openrouter_client.py
file
5,596
e903c561808a48eef8f9c9de27cd75d3c9e724bd
""" OpenRouter API client for Kimi-K2.5 Wraps OpenAI-compatible API for moonshotai/kimi-k2.5 """ import os from typing import Optional, List, Dict, Any from openai import OpenAI import json class KimiClient: """Kimi-K2.5 client via OpenRouter""" def __init__(self, api_key: Optional[str] = None): self...
1
null
0-CYBERDYNE-SYSTEMS-0/nano-core
skills/runtime/kimi-writing/SKILL.md
uv.lock
file
78,198
a15ee33f6d2ef827a0e62caddf03dff6930557d7
null
2
null
End of preview. Expand in Data Studio

GitSkills: A Dataset of Agent Skills on GitHub

Paper (MSR 2027 Mining Challenge, accepted) · Sample repository · Zenodo DOI: to be added once archived

An agent skill is a folder containing a SKILL.md file with instructions for a language-model agent, optionally accompanied by scripts and reference files. The agent loads the skill when it judges that a task matches the skill description. Anthropic introduced the format in October 2025 as an open specification. Nine months later, skill files in the millions sit in public GitHub repositories — yet no dataset recorded this population before GitSkills.

GitSkills contains 3,797,117 SKILL.md files collected from 282,200 public repositories (owned by 195,841 accounts) in July 2026. Files are grouped by content hash into 1,877,981 distinct contents; one representative per group is enriched with full text, parsed front matter, folder contents, repository metadata, and — for a large subset — the commit history of the file. Every occurrence is retained with its own repository and path, so both unique contents and their copies can be studied.

Overview

from datasets import load_dataset

artifacts = load_dataset("mvaccargiu/gitskills", "artifacts", split="train")
siblings  = load_dataset("mvaccargiu/gitskills", "artifact_siblings", split="train")
repos     = load_dataset("mvaccargiu/gitskills", "repos", split="train")
runs      = load_dataset("mvaccargiu/gitskills", "mining_runs", split="train")

print(artifacts[0])

Intended Uses

The dataset supports empirical research on a software artefact that, unlike most artefacts the SE research community mines, is written in natural language and selected probabilistically at run time rather than verified by a compiler:

  • Adoption and linguistic evolution — how the format spreads across languages, project types, and monthly cohorts; how many skills are themselves agent-authored.
  • Development of a shared format — vendor-neutral vs. tool-specific skill locations, and whether skill text targets one tool or the open spec.
  • Reuse without a package manager — 50.5% of collected files are verbatim copies; the dataset supports studying concentration of reuse and clone-genealogy patterns.
  • Software metrics for natural-language instructions — size, churn, age, clone coverage, and readability equivalents for skills, and whether description properties predict reuse and maintenance.
  • Maintenance and trust — staleness relative to described tools, and whether modified copies introduce command execution or network access absent from the original (a supply-chain-attack analogue in a registry- free ecosystem).

Quick Look

Config Rows Content
artifacts 3,797,117 One row per discovered SKILL.md occurrence; full text, front matter, and commit history for representatives
artifact_siblings 7,264,865 Scripts and reference files stored alongside a representative skill
repos 282,200 Repository metadata: stars, language, fork status, license, dates
mining_runs 7 Provenance log of each collection run

Dataset Structure

artifacts

One row per discovered file: repository, path, exact basename, location class, and content hash. For the representative of each distinct content: full text, parsed front matter (name, description), body size, and — for 458,548 files in standard locations plus a size-stratified sample of the rest — the first and last commit of the file, with anonymised author accounts and commit count.

artifact_siblings

Files stored alongside a representative skill: path, type, size, a script-vs-reference classification, and the text of files under a size cap.

repos

Repository metadata: owner, star count, primary language, fork status, license, creation date, and last-push date.

mining_runs

Query, start/end timestamps, and result count for each collection run.

Collection Methodology

Collection is read-only, against the GitHub REST, GraphQL, and code-search APIs and the raw-content CDN, in three stages:

  1. Discovery — search for files matching SKILL.md, partitioning the search space by file size to work around the code-search API's 1,000-result cap (its reported total_count proved unreliable — roughly 349,000 for the filename query, against over 3.8M files ultimately retrieved). Every filename match is retained, including files that only contain the term (e.g. coding-skill.md) and pre-format lowercase files.
  2. Deduplication — files are grouped by content hash; one representative per group is selected for enrichment (preferring a file in .claude/skills/), while all copies remain in the dataset with their own repository, path, and location class.
  3. Enrichment — for each representative: content, parsed front matter, folder contents, repository metadata, and — for standard locations plus a size-stratified sample of the rest — the commit history of the file.

The dataset covers public repositories only and should be read as a lower bound on the population: GitHub code search indexes only default branches, files under 384 KB, recently active repositories with fewer than 500,000 files, and forks only when they have more stars than the parent.

Anonymisation

Commit author accounts are replaced by keyed one-way codes, identical for the same account throughout the dataset, so authorship can be traced without identifying anyone; the key used to generate the codes is not distributed. Bot accounts keep their login. Email addresses (including GitHub noreply addresses) and personal names in commit messages are redacted with a fixed marker; AI assistant names in Co-authored-by trailers are kept.

License

The dataset's collected metadata and aggregation are released under CC-BY-4.0. The content fields reproduce file text from public GitHub repositories and remain subject to the license of their origin repository; consult repos.license (and the origin repository itself) before reusing specific file contents.

Citation

This dataset accompanies an MSR Mining Challenge paper (accepted; full proceedings citation to be added on publication):

@inproceedings{gitskills2027,
  title     = {GitSkills: A Dataset of Agent Skills on GitHub},
  author    = {Destefanis, Giuseppe and Graziotin, Daniel and Vaccargiu, Matteo and Ortu, Marco},
  booktitle = {Proceedings of the 2027 IEEE/ACM International Conference on Mining Software Repositories (MSR) -- Mining Challenge},
  year      = {2027}
}

Contact

Downloads last month
-