Beat: ai-skills
16 pieces filed under ai-skills, newest first.
-
scriptc Compiles TypeScript to Native Binaries With No JavaScript Engine Inside. Coding Agents Wrote Most of It.
Scriptc's real question is not whether TypeScript can compile to native binaries but whether a compiler written at agent speed can be trusted, and the only honest answer…
-
GitHub's Bug Bounty Restructure Answers AI-Generated Reports With a Price, Not a Filter
GitHub answered the flood of AI-generated vulnerability reports by repricing the act of submitting rather than trying to detect machine-written text, and the same policy…
-
ego lite Gives Every Agent Its Own Browser Space, and Hands Each One Your Logins
Ego lite's Spaces isolate agents from your tabs and never from your authority, and the reason it beats a CLI automation loop is that the agent writes one JavaScript…
-
Caveman Got to 85,000 Stars Shrinking What Your Agent Says. Now It Rewrites What Your Agent Reads.
Caveman's own SKILL.md carries an exception list telling the model to stop compressing at security warnings and irreversible actions, and that list only governs output,…
-
iFixAi Grades Your AI's Misalignment, Then Tells You Not to Trust the Grade
IFixAi's letter grade is the least trustworthy thing it ships and its own README says so (uncalibrated policy thresholds, no published baselines), while the machinery…
-
The Agent Skills Spec Is Trending on GitHub. Its Entire Contract Is Two Required Fields.
The Agent Skills spec standardizes packaging rather than behavior, its only hard guarantees are naming and folder conventions while the safety-relevant field is…
-
Briefing · July 24, 2026 · afternoon
Both major labs shipped voice as an agent control surface within the same 24 hours, while Claude Opus 5 cut the price of near-frontier agent intelligence in half.
-
no-ai-slop Strips 20+ AI Writing Tells From Any Draft. That Doesn't Make It Yours.
No-ai-slop removes the fingerprints of a machine but can't add the fingerprints of a person, so a draft that passes it reads clean and empty, which makes it a detector…
-
Microsoft SkillOpt Trains Your Agent's Markdown File Like a Model Weight
SkillOpt trains a ~920-token markdown skill file like a parameter (forward rollouts - optimizer-model reflection - bounded add/delete/replace edits clipped by a textual…
-
Agent Skills Change After You Install Them, and Every Safety Guide Still Assumes They Don't
Install-time review ("read the SKILL.md first") is a snapshot control applied to an object that now mutates after install by at least four mechanisms, so the control…
-
Briefing · July 21, 2026 · morning
The skill file became a build artifact: SkillOpt trains skills with epochs and validation gates, cloud vendors built catalogs around reusable skills, and nobody shipped…
-
Briefing · July 18, 2026 · afternoon
Labs shipped base material rather than finished products (Inkling raw weights, skill files, Codex plugins), moving value to whoever shapes it, with a security catch…
-
`npx skills add`: The One Command That Now Installs AI Skills Into 70 Different Agents
The agent-skill format war is over and one community CLI (vercel-labs/skills, 22.4k stars, ~70 agents via a shared SKILL.md + .agents/skills/ path) won it, and the tell…
-
Archify Is a Diagram Skill That Deleted Its Own Auto-Layout Engine. That's the Interesting Part.
Archify's most telling decision is what it refused to automate — it built a Mermaid auto-layout parser, tested it, and DELETED it after finding auto-layout+CSS didn't…
-
Briefing · July 17, 2026 · afternoon
The unit of agent capability became the installable SKILL.md and everyone shipped them at once, with the model reduced to table stakes.
-
Briefing · July 15, 2026 · afternoon
The shippable unit of agent capability became the portable SKILL.md that runs unmodified across Claude Code, Codex, and Cursor, with no way yet to know a skill is safe…