Skip to content

Commit e84dd2b

Browse files
committed
📝 docs: update hero tagline, add media coverage, remove NeurIPS references
- Hero: 'Write Once, Run Anywhere' → 'Compilation for Skills: Capable, Portable, and Securable' - Badge: ACM CAIS 2026 — AgentSkills'26 Workshop - Blog: add 小源学AI (May 12, 10 likes/25 saves) and 每日ComputerScience (May 14, 32 likes/23 saves) coverage - Remove all NeurIPS references per submission policy
1 parent 554aa2b commit e84dd2b

5 files changed

Lines changed: 193 additions & 7 deletions

File tree

website/blog.html

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Blog — SkCC</title>
7-
<meta name="description" content="SkCC development blog — from prototype idea to NeurIPS submission">
7+
<meta name="description" content="SkCC development blog — from prototype idea to paper submission">
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1010
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
@@ -48,16 +48,28 @@
4848

4949
<section class="page-hero">
5050
<h1><span class="gradient-text">Blog</span></h1>
51-
<p style="color:#a1a1aa;font-size:1.1rem;margin-top:1rem">The story behind SkCC — from idea to paper.</p>
51+
<p style="color:#a1a1aa;font-size:1.1rem;margin-top:1rem">The story behind SkCC — from idea to paper, and media coverage along the way.</p>
5252
</section>
5353

5454
<section style="padding-top:2rem">
5555
<div class="section-inner">
5656
<div class="blog-list">
57+
<a href="blog/05-media-may14.html" class="blog-card reveal">
58+
<div class="date">May 14, 2026 · 📰 Media</div>
59+
<h3>Covered by 每日ComputerScience — 32 Likes, 23 Saves</h3>
60+
<p>中大新方法让Skill一次编译适配多个模型 — featured on Xiaohongshu (RED) by 每日ComputerScience.</p>
61+
<span class="read-more">Read more →</span>
62+
</a>
63+
<a href="blog/04-media-may12.html" class="blog-card reveal">
64+
<div class="date">May 12, 2026 · 📰 Media</div>
65+
<h3>Covered by 小源学AI — 10 Likes, 25 Saves</h3>
66+
<p>SkCC: LLM Agent技能编译器!— full detailed coverage on Xiaohongshu (RED) by 小源学AI.</p>
67+
<span class="read-more">Read more →</span>
68+
</a>
5769
<a href="blog/03-skcc-may.html" class="blog-card reveal">
5870
<div class="date">May 2026</div>
5971
<h3>SkCC: The Final Form — Paper Submission & Open Source</h3>
60-
<p>Unifying the project under the SkCC name, completing the NeurIPS 2026 paper, and releasing the full open-source compiler with benchmark leaderboard.</p>
72+
<p>Unifying the project under the SkCC name, completing the paper, and releasing the full open-source compiler with benchmark leaderboard.</p>
6173
<span class="read-more">Read more →</span>
6274
</a>
6375
<a href="blog/02-nsc-april.html" class="blog-card reveal">

website/blog/03-skcc-may.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>SkCC: The Final Form — Paper Submission & Open Source — SkCC Blog</title>
7-
<meta name="description" content="Unifying the project under SkCC, completing the NeurIPS 2026 paper, and releasing the full open-source compiler">
7+
<meta name="description" content="Unifying the project under SkCC, completing the paper, and releasing the full open-source compiler">
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1010
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
@@ -91,7 +91,7 @@ <h2>Open Source Release</h2>
9191
<li>This website with benchmark leaderboard and development blog</li>
9292
</ul>
9393

94-
<p>The paper was submitted to AgentSkills'26 (workshop at NeurIPS 2026) and uploaded to arXiv (2605.03353).</p>
94+
<p>The paper was submitted to the AgentSkills'26 Workshop at ACM CAIS 2026 and uploaded to arXiv (2605.03353).</p>
9595

9696
<h2>What's Next</h2>
9797
<p>SkCC is just the beginning. The compiler architecture is designed for extensibility — new framework emitters can be added by implementing a single trait. We're exploring:</p>

website/blog/04-media-may12.html

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Covered by 小源学AI — SkCC Blog</title>
7+
<meta name="description" content="SkCC featured on Xiaohongshu (RED) by 小源学AI — 10 likes, 25 saves">
8+
<link rel="preconnect" href="https://fonts.googleapis.com">
9+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
11+
<link rel="stylesheet" href="../common.css">
12+
<style>
13+
.blog-post{max-width:800px;margin:0 auto}
14+
.blog-post h2{font-size:1.8rem;font-weight:800;margin:2rem 0 1rem;color:#fff}
15+
.blog-post p{color:#a1a1aa;line-height:1.8;margin-bottom:1rem;font-size:1rem}
16+
.blog-post .highlight{background:rgba(139,92,246,.1);border-left:3px solid #7c3aed;padding:1rem 1.5rem;border-radius:0 .75rem .75rem 0;margin:1.5rem 0}
17+
.blog-post .highlight p{color:#c4b5fd;margin:0}
18+
.blog-post .stats{display:flex;gap:2rem;margin:1.5rem 0}
19+
.blog-post .stat{text-align:center}
20+
.blog-post .stat .num{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#a78bfa,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
21+
.blog-post .stat .lbl{font-size:.75rem;color:#71717a;text-transform:uppercase;letter-spacing:.08em}
22+
.blog-post .media-link{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,59,48,.1);border:1px solid rgba(255,59,48,.25);border-radius:9999px;padding:.6rem 1.5rem;color:#ff3b30;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s}
23+
.blog-post .media-link:hover{background:rgba(255,59,48,.2);transform:translateY(-1px)}
24+
.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#a78bfa;text-decoration:none;font-weight:600;font-size:.9rem;margin-bottom:2rem;transition:color .2s}
25+
.back-link:hover{color:#c4b5fd}
26+
</style>
27+
</head>
28+
<body>
29+
<canvas id="particles"></canvas>
30+
31+
<nav id="nav">
32+
<div class="nav-inner">
33+
<a href="../index.html" class="nav-logo"><img src="../logo.png" alt="SkCC"><span>SkCC</span></a>
34+
<div class="nav-links">
35+
<a href="../index.html">Home</a>
36+
<a href="../leaderboard.html">Leaderboard</a>
37+
<a href="../blog.html">Blog</a>
38+
<a href="../install.html">Install</a>
39+
<a href="https://github.com/Nexa-Language/Skill-Compiler" class="nav-cta">GitHub ↗</a>
40+
</div>
41+
</div>
42+
</nav>
43+
44+
<section class="page-hero">
45+
<div class="blog-post">
46+
<a href="../blog.html" class="back-link">← Back to Blog</a>
47+
<div style="font-size:.75rem;color:#a78bfa;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem">May 12, 2026 · 📰 Media Coverage</div>
48+
<h1><span class="gradient-text">Covered by 小源学AI</span></h1>
49+
<p style="color:#71717a;font-size:.9rem">Full detailed coverage on Xiaohongshu (RED)</p>
50+
</div>
51+
</section>
52+
53+
<section style="padding-top:2rem">
54+
<div class="section-inner">
55+
<div class="blog-post reveal">
56+
<div class="stats">
57+
<div class="stat"><div class="num">10</div><div class="lbl">Likes</div></div>
58+
<div class="stat"><div class="num">25</div><div class="lbl">Saves</div></div>
59+
</div>
60+
61+
<p>On May 12, 2026, SkCC was featured in a full detailed article by <strong>小源学AI</strong> (Xiaoyuan Learns AI), a prominent AI-focused media account on Xiaohongshu (RED). The article provided an in-depth introduction to SkCC's core concepts — explaining how the compiler transforms a single SKILL.md source into framework-native formats for Claude Code, Codex, Gemini CLI, and Kimi CLI.</p>
62+
63+
<div class="highlight">
64+
<p><strong>Title:</strong> SkCC:LLM Agent技能编译器!</p>
65+
</div>
66+
67+
<p>The coverage highlighted SkCC's key innovations: the four-phase compilation pipeline, the SkIR intermediate representation that decouples skill semantics from formatting, and the Anti-Skill Injection mechanism that provides compile-time security hardening. The article resonated strongly with the AI developer community, garnering 10 likes and 25 saves — indicating significant interest and bookmarking for future reference.</p>
68+
69+
<p>This marked SkCC's first appearance in Chinese-language AI media, helping bridge the gap between the academic research community and the broader developer ecosystem.</p>
70+
71+
<a href="https://www.xiaohongshu.com/discovery/item/6a0218ef000000000602113c?source=webshare&xhsshare=pc_web&xsec_token=ABCgPWQk6960o0BUCUSfgYCZdMPVuPH3rS5HZgM40vgyo=&xsec_source=pc_share" target="_blank" class="media-link">🔗 View on Xiaohongshu (RED)</a>
72+
</div>
73+
</div>
74+
</section>
75+
76+
<footer>
77+
<div class="footer-inner">
78+
<div class="footer-brand"><h3>SkCC</h3><p>Portable and Secure Skill Compilation for Cross-Framework LLM Agents.</p></div>
79+
<div class="footer-col"><h4>Product</h4><a href="../index.html#features">Features</a><a href="../leaderboard.html">Leaderboard</a><a href="../install.html">Install</a></div>
80+
<div class="footer-col"><h4>Resources</h4><a href="https://github.com/Nexa-Language/Skill-Compiler">GitHub</a><a href="https://arxiv.org/abs/2605.03353">Paper (arXiv)</a><a href="../blog.html">Blog</a></div>
81+
<div class="footer-col"><h4>Links</h4><a href="https://www.nexa-lang.com/">Nexa-lang</a><a href="https://arcsysu.tech/">arcSYSu Lab</a></div>
82+
</div>
83+
<div class="footer-bottom"><span>© 2026 Nexa-lang Project & arcSYSu Lab, Sun Yat-sen University</span><span><a href="https://github.com/Nexa-Language/Skill-Compiler">MIT License</a></span></div>
84+
</footer>
85+
<script src="../common.js"></script>
86+
</body>
87+
</html>

website/blog/05-media-may14.html

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Covered by 每日ComputerScience — SkCC Blog</title>
7+
<meta name="description" content="SkCC featured on Xiaohongshu (RED) by 每日ComputerScience — 32 likes, 23 saves">
8+
<link rel="preconnect" href="https://fonts.googleapis.com">
9+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
11+
<link rel="stylesheet" href="../common.css">
12+
<style>
13+
.blog-post{max-width:800px;margin:0 auto}
14+
.blog-post h2{font-size:1.8rem;font-weight:800;margin:2rem 0 1rem;color:#fff}
15+
.blog-post p{color:#a1a1aa;line-height:1.8;margin-bottom:1rem;font-size:1rem}
16+
.blog-post .highlight{background:rgba(139,92,246,.1);border-left:3px solid #7c3aed;padding:1rem 1.5rem;border-radius:0 .75rem .75rem 0;margin:1.5rem 0}
17+
.blog-post .highlight p{color:#c4b5fd;margin:0}
18+
.blog-post .stats{display:flex;gap:2rem;margin:1.5rem 0}
19+
.blog-post .stat{text-align:center}
20+
.blog-post .stat .num{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#a78bfa,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
21+
.blog-post .stat .lbl{font-size:.75rem;color:#71717a;text-transform:uppercase;letter-spacing:.08em}
22+
.blog-post .media-link{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,59,48,.1);border:1px solid rgba(255,59,48,.25);border-radius:9999px;padding:.6rem 1.5rem;color:#ff3b30;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s}
23+
.blog-post .media-link:hover{background:rgba(255,59,48,.2);transform:translateY(-1px)}
24+
.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#a78bfa;text-decoration:none;font-weight:600;font-size:.9rem;margin-bottom:2rem;transition:color .2s}
25+
.back-link:hover{color:#c4b5fd}
26+
</style>
27+
</head>
28+
<body>
29+
<canvas id="particles"></canvas>
30+
31+
<nav id="nav">
32+
<div class="nav-inner">
33+
<a href="../index.html" class="nav-logo"><img src="../logo.png" alt="SkCC"><span>SkCC</span></a>
34+
<div class="nav-links">
35+
<a href="../index.html">Home</a>
36+
<a href="../leaderboard.html">Leaderboard</a>
37+
<a href="../blog.html">Blog</a>
38+
<a href="../install.html">Install</a>
39+
<a href="https://github.com/Nexa-Language/Skill-Compiler" class="nav-cta">GitHub ↗</a>
40+
</div>
41+
</div>
42+
</nav>
43+
44+
<section class="page-hero">
45+
<div class="blog-post">
46+
<a href="../blog.html" class="back-link">← Back to Blog</a>
47+
<div style="font-size:.75rem;color:#a78bfa;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem">May 14, 2026 · 📰 Media Coverage</div>
48+
<h1><span class="gradient-text">Covered by 每日ComputerScience</span></h1>
49+
<p style="color:#71717a;font-size:.9rem">Featured on Xiaohongshu (RED) by Daily Computer Science</p>
50+
</div>
51+
</section>
52+
53+
<section style="padding-top:2rem">
54+
<div class="section-inner">
55+
<div class="blog-post reveal">
56+
<div class="stats">
57+
<div class="stat"><div class="num">32</div><div class="lbl">Likes</div></div>
58+
<div class="stat"><div class="num">23</div><div class="lbl">Saves</div></div>
59+
</div>
60+
61+
<p>On May 14, 2026, SkCC was featured by <strong>每日ComputerScience</strong> (Daily Computer Science), a respected computer science media account on Xiaohongshu (RED). The article, titled "中大新方法让Skill一次编译适配多个模型" (SYSU's New Method Enables One-Time Skill Compilation Across Multiple Models), highlighted SkCC's practical value for the AI agent ecosystem.</p>
62+
63+
<div class="highlight">
64+
<p><strong>Title:</strong> 中大新方法让Skill一次编译适配多个模型</p>
65+
</div>
66+
67+
<p>The coverage emphasized SkCC's origin at Sun Yat-sen University (SYSU) and its core value proposition: write a skill once, compile it to run optimally on Claude Code, Codex, Gemini CLI, and Kimi CLI. The article explained how SkCC's compiler-based approach reduces the O(m×n) adaptation burden to O(m+n), making cross-framework skill deployment practical for the first time.</p>
68+
69+
<p>The post received strong engagement with 32 likes and 23 saves, reflecting growing interest from the Chinese AI community in systematic solutions for agent skill portability and security.</p>
70+
71+
<a href="https://www.xiaohongshu.com/discovery/item/69fc04f3000000003502aae8?source=webshare&xhsshare=pc_web&xsec_token=ABqP8sZrZv0GMo41cMl61zLNWusMK7d90P50ScYa5ucxU=&xsec_source=pc_share" target="_blank" class="media-link">🔗 View on Xiaohongshu (RED)</a>
72+
</div>
73+
</div>
74+
</section>
75+
76+
<footer>
77+
<div class="footer-inner">
78+
<div class="footer-brand"><h3>SkCC</h3><p>Portable and Secure Skill Compilation for Cross-Framework LLM Agents.</p></div>
79+
<div class="footer-col"><h4>Product</h4><a href="../index.html#features">Features</a><a href="../leaderboard.html">Leaderboard</a><a href="../install.html">Install</a></div>
80+
<div class="footer-col"><h4>Resources</h4><a href="https://github.com/Nexa-Language/Skill-Compiler">GitHub</a><a href="https://arxiv.org/abs/2605.03353">Paper (arXiv)</a><a href="../blog.html">Blog</a></div>
81+
<div class="footer-col"><h4>Links</h4><a href="https://www.nexa-lang.com/">Nexa-lang</a><a href="https://arcsysu.tech/">arcSYSu Lab</a></div>
82+
</div>
83+
<div class="footer-bottom"><span>© 2026 Nexa-lang Project & arcSYSu Lab, Sun Yat-sen University</span><span><a href="https://github.com/Nexa-Language/Skill-Compiler">MIT License</a></span></div>
84+
</footer>
85+
<script src="../common.js"></script>
86+
</body>
87+
</html>

website/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
<section class="hero">
8989
<div class="hero-content">
9090
<div style="margin-bottom:1.5rem"><img src="logo.png" alt="SkCC" height="64" width="64" style="border-radius:14px;box-shadow:0 4px 20px rgba(124,58,237,.3)"></div>
91-
<div class="hero-badge"><span class="dot"></span> AgentSkills'26 — Under Review</div>
92-
<h1><span class="gradient-text">Write Once,</span><br>Run Anywhere</h1>
91+
<div class="hero-badge"><span class="dot"></span> ACM CAIS 2026 — AgentSkills'26 Workshop</div>
92+
<h1><span class="gradient-text">Compilation for Skills:</span><br>Capable, Portable, and Securable</h1>
9393
<p class="hero-subtitle">SkCC is a compiler for LLM agents. Author skills once as SKILL.md, compile to Claude Code, Codex, Gemini CLI & Kimi CLI — with built-in security hardening.</p>
9494
<div class="hero-actions">
9595
<a href="install.html" class="btn btn-primary">Get Started</a>

0 commit comments

Comments
 (0)