kill-ai-slop
Kill AI Slop is a multilingual field guide and agent skill that catalogues 33 common AI-generated design tells with interactive before-after demos, and provides a tool to scan and fix web projects.
它将大量且结构化的最新 CesiumJS 示例打包成可复用的 Skill 格式,帮助 AI 助手生成准确的 Cesium.* 代码(包括 Viewer、影像、地形、3D Tiles、材质和特效)。
An Agent Skill for native CesiumJS 1.142 examples.
Works with Cursor, Codex, Claude, and other Agent Skills–compatible tools. Helps generate Viewer, imagery, terrain, 3D Tiles, materials, and effects using native Cesium.* APIs.
Website: https://opencesium.github.io/Cesium-Skills/ — one-stop hub to get & install community Cesium Skills.
Upstream examples: Cesium-Examples · Docs: CesiumJS RefDoc
Cesium-Skills/
├── SKILL.md # Skill entry (required)
├── README.md
├── catalog.md # Feature routing
├── patterns.md # Common patterns
├── migration.md # API migration notes
├── webgl2.md # WebGL2 shader notes
├── templates.md # Page skeletons
├── examples.md
├── scripts/ # Reusable JS (Viewer, ripple, dynamic wall, etc.)
└── examples/ # ~185 demo scripts
Copy this repo (or clone it) into the path below as cesium-skills. Make sure .../cesium-skills/SKILL.md exists (no extra nesting).
| Tool | Project | User |
|---|---|---|
| Cursor | .cursor/skills/cesium-skills/ | ~/.cursor/skills/cesium-skills/ |
| Codex | .agents/skills/cesium-skills/ | ~/.agents/skills/ or ~/.codex/skills/ |
| Claude | .claude/skills/cesium-skills/ | ~/.claude/skills/cesium-skills/ |
# Example: Cursor, project-level
# Windows: Copy-Item -Recurse .\Cesium-Skills your-project\.cursor\skills\cesium-skills
# macOS/Linux: mkdir -p your-project/.cursor/skills && cp -R Cesium-Skills your-project/.cursor/skills/cesium-skills
Restart the tool or start a new chat after copying. Usage:
/skills$cesium-skills / /skills基于 CesiumJS 1.142 的原生 Cesium Agent Skill(Cursor / Codex / Claude)。含约 185 个 JS 示例与材质脚本,覆盖地形、3D Tiles、特效等;仅 md/js,无 HTML。复制到 .cursor/skills、.agents/skills 或 .claude/skills 即可使用。
根据分类、Topic 和编程语言匹配的相似项目。
Kill AI Slop is a multilingual field guide and agent skill that catalogues 33 common AI-generated design tells with interactive before-after demos, and provides a tool to scan and fix web projects.
A Remotion-based tool that converts Chinese story text or ordered hand-drawn images into vertical hand-drawn diary-comic animation with handwritten captions, left-to-right reveals, optional page-curl transitions, and silent H.264 output for post-production dubbing.
Ponytail is a plugin for AI coding agents that enforces a disciplined ladder of reuse before writing code, reducing code volume by roughly 54% while preserving safety.