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.
It bundles a large, structured library of up-to-date CesiumJS examples into a reusable skill format, enabling AI assistants to generate accurate native Cesium.* code for viewers, terrain, 3D Tiles, materials, and effects.
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 即可使用。
Similar projects matched by category, topics, and programming language.
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.