<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/the-trouble-with-skills-dsz3fhaqa" -->

---
title: The Trouble with Skills | daily.dev
description: Human and AI intelligence share a common problem: not lacking skills, but being unable to hold all relevant skills available at once. The author draws a...
canonical: https://daily.dev/posts/the-trouble-with-skills-dsz3fhaqa
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: The Trouble with Skills | daily.dev
og:description: Human and AI intelligence share a common problem: not lacking skills, but being unable to hold all relevant skills available at once. The author draws a...
og:url: https://daily.dev/posts/the-trouble-with-skills-dsz3fhaqa
og:image: https://api.daily.dev/og/posts/dSz3FhaQa.png
og:image:alt: The Trouble with Skills
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The Trouble with Skills

**[Ruby Flow](https://daily.dev/sources/rubyflow)** · 10 min read · 1 upvotes · 0 comments

## Summary

Human and AI intelligence share a common problem: not lacking skills, but being unable to hold all relevant skills available at once. The author draws a parallel between two Ruby tools they built — `asgard`, a Thor-based task runner using `.loki` files to externalize procedural knowledge for humans, and `gem-skill`, which generates SKILL.md files from gem documentation so AI coding assistants like Claude Code arrive pre-briefed on specific gems. Both tools address the same gap through the same discipline: write it down, put it in a file, load it when needed. `gem-skill` specifically prevents re-spending tokens teaching an AI assistant the same gem API across multiple projects by maintaining a global cache of skill files.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://madbomber.github.io/blog/engineering/the-trouble-with-skills>

## Similar posts on daily.dev

- [AI skills start on laptops. Enterprises inherit the mess.](https://daily.dev/posts/ai-skills-start-on-laptops-enterprises-inherit-the-mess--zurft7blo) · The New Stack · 2 upvotes · 0 comments
- [The Skills Conundrum](https://daily.dev/posts/the-skills-conundrum-twnakb4rr) · Swiftjective-C · 0 upvotes · 0 comments

---

Tags: [#devtools](https://daily.dev/tags/devtools), [#llm](https://daily.dev/tags/llm), [#ruby](https://daily.dev/tags/ruby), [#ai-coding](https://daily.dev/tags/ai-coding), [#claude-code](https://daily.dev/tags/claude-code)

[View this post on daily.dev](https://daily.dev/posts/the-trouble-with-skills-dsz3fhaqa)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"The Trouble with Skills","url":"https://daily.dev/posts/the-trouble-with-skills-dsz3fhaqa","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/the-trouble-with-skills-dsz3fhaqa"},"datePublished":"2026-06-18T00:50:31.402Z","dateModified":"2026-06-22T11:43:19.451Z","description":"Human and AI intelligence share a common problem: not lacking skills, but being unable to hold all relevant skills available at once. The author draws a...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/31e3023be5f6174ae978f6dfa2cb012c?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/31e3023be5f6174ae978f6dfa2cb012c?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Ruby Flow","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Ruby Flow","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/a21aaa8bcbbf448193a016895c90a0e1","url":"https://daily.dev/sources/rubyflow"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/the-trouble-with-skills-dsz3fhaqa","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"devtools,llm,ruby,ai-coding,claude-code","timeRequired":"PT10M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Ruby Flow","item":"https://daily.dev/sources/rubyflow"},{"@type":"ListItem","position":3,"name":"The Trouble with Skills"}]}
```

