Spec Literal Execution
ashutoshsinghpr7/wikiskillApply ONLY the spec clauses literally — no aggregation, dedup, or cleanup transforms; each input record maps to its own output line.
At a glance
This skill is for Coding and helps you execute specifications literally, map input records to output lines, and apply spec clauses without transformation.
git clone --depth 1 https://github.com/ashutoshsinghpr7/wikiskill
cp -r wikiskill/skills/spec-literal-execution ~/.claude/skills/spec-literal-execution
data-transformationSpecification DrivenNo AggregationRecord MappingLiteral ExecutionData Integrity
Also in ashutoshsinghpr7/wikiskill
View the repoSandbox approval policy blocks execute_code and python3 -c; use read_file/write_file + manual transforms instead of retrying both runners.
ripgrep/search_files silently skips binary-detected files — verify empty search results with grep -a / file / xxd before concluding 'not fou...
Empty session traces mean launch failure, not agent behavior — verify api_call_count/tool_call_count and stdout.txt before analyzing.
After write_file, re-read the deliverable (or ls + hexdump/line-print) and re-check the last format clauses before finishing.
Run the WikiSkill self-evolution loop (arXiv 2608.27454) on a Hermes workspace — raw→maintainer→proposer→gate with strict R_val > R_best gat...
Consolidate traces into the persistent wiki (WikiSkill).
Propose skills from wiki patterns and traces (WikiSkill).
Other Coding skills
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make...
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI be...
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-design...
Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model...
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS,...
Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.