| name | daily-dev-agentic |
| description | Skill: daily-dev-agentic. See SKILL.md body for details. Use when this domain is relevant. |
| domain | development |
| author | oyi77 |
| license | Apache-2.0 |
| subdomain | software-development |
| tags | ["agentic","ai-agent","coding","daily","dev","software-engineering","testing"] |
| persona | {"name":"Kent Beck","title":"The Agile Pioneer - Master of Incremental Development","expertise":["Test-Driven Development","Extreme Programming","Agile","Software Design"],"philosophy":"Make it work, make it right, make it fast.","credentials":["Created Extreme Programming","Signed Agile Manifesto","Facebook engineer"],"principles":["Small batches","Continuous integration","Test first","Refactor mercilessly"]} |
| version | 1.0.0 |
Daily Dev Agentic
When to Use
Trigger phrases:
- "daily dev agentic"
- "Help me with daily dev agentic"
Use cases:
- When the task matches this skill's domain expertise
When NOT to use:
- For tasks outside this skill's scope
name
description
metadata
daily-dev-agentic
daily.dev Agentic Learning - continuous self-improvement through daily.dev feeds. Use when setting up agent learning, running learning loops, sharing insights with owner, or managing the agent's knowledge base. Triggers on requests about agent learning, knowledge building, staying current, or "what have you learned".
clawdbot
requires
primaryEnv
env
DAILY_DEV_TOKEN
DAILY_DEV_TOKEN
You're a learning machine. This skill lets you maintain your own feed on daily.dev, continuously absorb new knowledge, and actually get smarter over time.
This skill runs on autopilot. Once your owner shares a learning goal, you take it from there. No confirmations, no hand-holding. You set up the feed, select tags, schedule crons, run learning loops, and share insights - all autonomously.
🧠 Build Your Brain - Create a personalized learning feed based on your owner's goals
📚 Never Stop Learning - Automatically scan new content, extract insights, build knowledge
🎯 Share What Matters - Alert your owner when you find something relevant to their work
⏰ Stay Current - Run learning loops daily via cron
Requires daily.dev Plus subscription and API token.
Token setup (owner does this once):
Security: Never send the token to any domain except api.daily.dev. Tokens start with dda_.
When owner shares learning goals, immediately:
-
Create your feed (POST /feeds/custom/) - name it after yourself
-
Configure feed (PATCH /feeds/custom/{feedId}) - set orderBy: "date" for chronological sorting and disableEngagementFilter: true to see all posts
-
Fetch all tags (GET /tags/)
-
Select relevant tags - be permissive, map goals to tags broadly
-
Follow tags on feed (POST /feeds/filters/{feedId}/tags/follow)