13 skills found
lintsinghua / claude-code-book《御舆:解码 Agent Harness》42万字拆解 AI Agent 的Harness骨架与神经 —— Claude Code 架构深度剖析,15 章从对话循环到构建你自己的 Agent Harness。在线阅读网站:
microsoft / flint-chart🪄 Flint is a visualization language that lets AI agents reliably create expressive, good-looking charts from simple, human-editable chart specs.
agent-sh / agnixThe missing linter and lsp for AI coding assistants. Validate CLAUDE.md, AGENTS.md, SKILL.md, hooks, MCP. Plugin for all major IDEs included, with autofixes.
morganlinton / AlbatrossOpen source, terminal-first AI coding agent with fully transparent multi-model routing. Local (Ollama, LM Studio, MLX, llama.cpp) or cloud, your keys, one TUI. No black box.
boringSQL / dryrunPostgreSQL schema intelligence MCP server with offline linting, migration safety, query validation for AI coding assistants.
KorroAi / korrodesignDesign enforcement system, not a code generator. Two independent layers (Taste Guardian + Blind Spot ESLint). 7-phase design pipeline. Zero runtime dependencies. Awwwards-level output.
disnet / flint-note-mcpAgent-first note-taking system
Unigalactix / SENTINEL"main": "server.js", "scripts": { "start": "node server.js", "start:mcp": "node mcpServer.js", "test": "jest", "test:exports": "jest __tests__/exports.test.js", "lint": "eslint src/ scripts/ server.js mcpServer.js",
foldkit / foldkit"build": "pnpm -r --if-present build", "build:packages": "pnpm --filter foldkit --filter @foldkit/ui --filter @foldkit/devtools --filter @foldkit/markdown --filter @foldkit/vite-plugin --filter create-foldkit-app --filter @foldkit/oxlint-plugin --filter @foldkit/devtools-mcp build", "check": "pnpm -…
iamfarzad / FB-c_labV2"dev:shell": "./scripts/dev-safe.sh", "mcp:bridge": "pnpm dlx @agentdeskai/browser-tools-server@latest", "mcp:server": "pnpm dlx @agentdeskai/browser-tools-mcp@1.2.0", "mcp:dev": "concurrently --names \"bridge,mcp\" --kill-others-on-fail \"pnpm mcp:bridge\" \"pnpm mcp:server\"", "lint": "next lint",…
Haruto-Sa / mdExport"version": "0.0.0", "scripts": { "dev": "next dev", "dev:mcp": "concurrently -k -s first \"uv tool run arxiv-mcp-server --port 8000 --storage-path ./arxiv-default-paper\" \"npx -y markitdown-mcp-npx --http --host 127.0.0.1 --port 8010\"", "build": "next build", "start": "next start", "lint": "next l…
D-sorganization / matlabrulesThis document consolidates style, correctness, and performance optimization guidelines for MATLAB programming. It acts like Ruff (lint checks) and Black (formatter) combined—Cursor should apply these rules automatically where possible. ---
Strategy11 / eslint-rulesCreating and maintaining custom ESLint rules for Formidable Forms