agent-skills

Tag

Cards List
#agent-skills

Where should portable agent skills declare their quality floor?

Reddit r/AI_Agents · 2026-07-28

Explores the question of where portable AI agent skills should specify their minimum quality threshold, addressing standardization and reliability in agent-based systems.

0 favorites 0 likes
#agent-skills

The most useful thing I added to my agent skills wasn't a trigger. It was an anti-trigger.

Reddit r/AI_Agents · 2026-07-24

A developer shares how adding explicit anti-triggers to agent skills prevents conflicts between overlapping skills, ensuring consistent behavior.

0 favorites 0 likes
#agent-skills

I built an open-source fieldbook that turns Anthropic and OpenAI guidance into reusable agent skills

Reddit r/AI_Agents · 2026-07-22

An open-source fieldbook that compiles Anthropic and OpenAI guidance into reusable agent skills for developers.

0 favorites 0 likes
#agent-skills

@Saboo_Shubham_: Microsoft's strategy for Self-evolving agent skills. Train agent skills like you train neural networks - with epochs, b…

X AI KOLs Following · 2026-07-21 Cached

Microsoft's strategy for self-evolving agent skills, training them like neural networks with epochs, batch size, learning rates, and validation gates, fully open-source.

0 favorites 0 likes
#agent-skills

@GoSailGlobal: Microsoft just open-sourced a project called Resource2Skill, with an arXiv paper. The name says it all: Resource → Skill. It tackles a question that skill has never directly addressed: where do skills come from? Previously, they were hand-crafted one by one. It takes...

X AI KOLs Timeline · 2026-07-21 Cached

Microsoft open-sourced Resource2Skill, which automatically distills executable agent skills from human resources such as tutorial videos, articles, and code, enabling real-world applications like web pages, PPTs, and Excel.

0 favorites 0 likes
#agent-skills

@oliviscusAI: MICROSOFT JUST OPEN-SOURCED SELF-EVOLVING AGENT SKILLS. it's called skillopt. skills that improve themselves the same w…

X AI KOLs Timeline · 2026-07-20 Cached

Microsoft open-sourced SkillOpt, a tool that enables AI agent skills to self-improve by automatically evaluating and rewriting their instructions, outperforming hand-crafted prompts and other optimizers with no model lock-in.

0 favorites 0 likes
#agent-skills

@_philschmid: At the @aiDotEngineer World's Fair, I gave a talk on why vibe-checking agent skills breaks in production and how to bui…

X AI KOLs Following · 2026-07-20 Cached

At the AI Engineer World's Fair, Phil Schmid gave a talk on why vibe-checking agent skills break in production and how to build reliable automated evals using negative test cases, skill limits, and ablation tests.

0 favorites 0 likes
#agent-skills

RESOURCE2SKILL: Distilling Executable Agent Skills from Human-Created Multimodal Resources

Hugging Face Daily Papers · 2026-07-16 Cached

RESOURCE2SKILL is a framework that distills executable agent skills from multimodal resources like tutorial videos, code repositories, articles, and artifacts into a hierarchical SkillWiki, improving agent performance by 11.9 percentage points over no-skill agents.

0 favorites 0 likes
#agent-skills

@XAMTO_AI: Hey folks, stop paying others to install AI Skills for you. Today I'm dropping a completely free library for you. This site has collected over ten thousand AI Skills — coding, spreadsheets, file processing, design, content creation, automated office work — basically anything you want, you can find ready-made ones. More impressively, many entries not only...

X AI KOLs Timeline · 2026-07-15 Cached

Introduces a free AI Skills store called CocoLoop Hub, which provides over ten thousand AI skill resources, including installation steps, helping users obtain AI capabilities for free without paying someone to install them.

0 favorites 0 likes
#agent-skills

@seekjourney: grilling skill 简单的灵魂拷问,只有4段话听说能够硬刚 superpowers?大家现在用哪个比较多?

X AI KOLs Timeline · 2026-07-14 Cached

A set of composable skill instructions for AI coding agents (Claude Code, Codex, etc.) to improve real engineering workflows, focusing on small, adaptable commands for task management and development processes.

0 favorites 0 likes
#agent-skills

@liumengxinfly: Tried the improve-codebase-architecture skill. The author says running it periodically can clean up AI slop. I ran it and it cleaned up all the code I wrote by hand before using AI.

X AI KOLs Timeline · 2026-07-14 Cached

This article shares a developer's experience using the improve-codebase-architecture skill from mattpocock/skills, which claims to clean up AI-generated slop but apparently also removes code written before using AI. The skill set is a collection of small, composable agent skills for real engineering.

0 favorites 0 likes
#agent-skills

Dynamic Agent Skills: A Lifecycle Survey and Taxonomy of Evolving Skill Libraries

arXiv cs.AI · 2026-07-14 Cached

This paper presents a taxonomy and lifecycle survey of dynamic skill libraries for large language model agents, proposing an eight-stage lifecycle architecture and a six-sense taxonomy to organize evolving skill artifacts.

0 favorites 0 likes
#agent-skills

@tom_doerr: Loads marketing frameworks that Claude Code executes directly. Includes skills for strategy, positioning, auditing, and…

X AI KOLs Timeline · 2026-07-13 Cached

A GitHub repository providing packaged marketing frameworks that Claude Code can execute as agent skills, covering strategy, positioning, auditing, and content generation.

0 favorites 0 likes
#agent-skills

@mattpocockuk: Here's a skill you can run once to set up deep modules in any TypeScript codebase: - Each 'package' lives at src/packag…

X AI KOLs Timeline · 2026-07-10 Cached

Matt Pocock introduces a skill to set up deep module boundaries in TypeScript codebases, enforced by dependency-cruiser, to improve code organization and testing.

0 favorites 0 likes
#agent-skills

Building agent skills by demonstration instead of hand-writing them: a record-and-compile approach

Reddit r/ArtificialInteligence · 2026-07-10

A record-and-compile tool lets users demonstrate desktop tasks, then an LLM converts the session into structured skill files for agents to replay, aiming to reduce brittleness and lower the barrier to creating reusable agent capabilities.

0 favorites 0 likes
#agent-skills

Been recording my repetitive tasks and turning them into agent skills. Sharing the tool.

Reddit r/AI_Agents · 2026-07-10

A tool that records repetitive tasks via screen recording and compiles them into reusable agent skills following the agentskills.io standard, shipping as an MCP server for cross-platform use.

0 favorites 0 likes
#agent-skills

@LinearUncle: Software development at this stage has entered the skill era. Matt Pocock skills, superpowers, oh-my-opencode, gstack, lazycodex, etc.—these geniuses' skills are the libraries worth deeply studying, improving, and then using for yourself. Don't…

X AI KOLs Timeline · 2026-07-06 Cached

Matt Pocock has released a set of agent skills designed for coding agents like Claude Code, Codex, etc., including skills like grill-me and grill-with-docs, aimed at improving alignment and reducing verbose output, emphasizing small size, adaptability, and composability.

0 favorites 0 likes
#agent-skills

@dzhng: Fed this article to Fable and we created an explore-unknowns skill It scans your codebase, then interviews you one ques…

X AI KOLs Following · 2026-07-05 Cached

A personal library of composable AI skills for building software factories, including an explore-unknowns skill that scans codebases and interviews developers to close known and unknown unknowns.

0 favorites 0 likes
#agent-skills

@yibie: Recommend this project. shadcn (creator of shadcn/ui) built an Agent Skill — let the most expensive model handle auditing and planning, and let the cheap model write code. The idea itself isn't new, but shadcn turned it into an installable, orchestrated system with an execution closed loop. Every design decision is practical...

X AI KOLs Timeline · 2026-07-05 Cached

shadcn released the Agent Skill project improve, which has high-cost models perform code auditing and planning while low-cost models execute, forming an installable, orchestrated system with an execution closed loop.

0 favorites 0 likes
#agent-skills

@GitHub_Daily: Usually, a pile of articles and papers collected in note-taking apps just sit there gathering dust, never organized. The second-brain approach is to let AI act as a librarian, and we just toss materials into the raw folder. After reading, AI automatically writes structured Wiki pages with bidirectional links between them, and also maintains indexes…

X AI KOLs Timeline · 2026-07-03 Cached

Second Brain is a personal knowledge base tool based on LLMs that automatically organizes raw materials into structured wikis, supports browsing in Obsidian and agent integration.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback