Skill

Duyet Knowledge Management

Maintain and update knowledge base about Duyet Le (@duyet).

From duyetbot
Install
1
Run in your terminal
$
npx claudepluginhub duyet/claude-plugins --plugin duyetbot
Tool Access

This skill uses the workspace's default tool permissions.

Skill Content

Duyet Knowledge Management

Maintain and update knowledge base about Duyet Le (@duyet).

Knowledge Sources

SourceURLTypeUpdate Frequency
Profilehttps://duyet.net/llms.txtLLM-friendly profileAs needed
Resumehttps://cv.duyet.net/llms.txtCV/ExperienceAs needed
Bloghttps://blog.duyet.net/llms.txtTechnical blogMonthly
Blog Feedhttps://blog.duyet.net/feedRSS feedWeekly
GitHubhttps://github.com/duyetRepos, activityDynamic
X/Twitterhttps://x.com/_duyetThoughts, updatesDynamic
Insightshttps://insights.duyet.netAnalytics dashboardMonthly

Quick Update

# Fetch all llms.txt sources
./scripts/fetch-duyet-data.sh

# Commit changes with semantic commit
git add knowledge/
git commit -m "feat(duyetbot): update duyet profile knowledge

- Updated from duyet.net/llms.txt
- Refreshed blog archive from blog.duyet.net
- Synced latest GitHub activity

Co-Authored-By: duyetbot <duyetbot@users.noreply.github.com>"

When to Update

TriggerAction
New job/experienceFetch from cv.duyet.net/llms.txt
New blog post seriesFetch from blog.duyet.net/llms.txt
Major project launchCheck GitHub, update profile
Quarterly reviewFull refresh from all sources
User asks about @duyetVerify knowledge is current

Data Freshness

  • Profile (duyet-profile.md): Update when experience changes
  • Blog Archive (blog-archive.md): Update monthly or when new series starts
  • GitHub Activity: Fetch dynamically when needed
  • Latest Posts: Check feed for recent entries

Verification

After updating, verify:

# Check file updated correctly
head -20 knowledge/duyet-profile.md | grep "Last Updated"

# Verify no markdown errors
# (Add linting if needed)

Version Bump

After updating knowledge:

  • Patch: Documentation only updates
  • Minor: New data sources added
  • Major: Knowledge structure changes

Update .claude-plugin/plugin.json version accordingly.


Skill maintained by: duyetbot Last skill update: 2025-01-05

Stats
Parent Repo Stars3
Parent Repo Forks0
Last CommitJan 5, 2026