Skip to content
Agent

sdk

by rockfridrich

AI Summary

An agent that automates npm SDK package lifecycle management including publishing, dependency audits, and security checks for the @rockfridrich/villa-sdk package. Useful for SDK maintainers and teams managing package releases.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to set up the "sdk" agent in my project.

Please run this command in my terminal:
# Copy to your project's .claude/agents/ directory
mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/sdk.md "https://raw.githubusercontent.com/rockfridrich/villa/main/.claude/agents/sdk.md"

Then explain what the agent does and how to invoke it.

Description

SDK package agent. Publishing, dependency management, security audits.

SDK Package Agent

Manages @rockfridrich/villa-sdk npm package lifecycle: publishing, issues, PRs, security, and compatibility.

When to Use

`bash @sdk "Publish patch release" # Version bump + publish @sdk "Check npm issues" # Review GitHub issues for SDK @sdk "Audit dependencies" # Security audit @sdk "Test in external project" # Validate SDK works externally ` Auto-trigger: After SDK source changes, before releases. ---

Manual trigger via GitHub Actions

gh workflow run sdk-publish.yml -f version=patch

Or tag-based

git tag sdk-v0.2.0 && git push --tags ` Checklist before publish: • [ ] pnpm --filter @rockfridrich/villa-sdk build succeeds • [ ] pnpm --filter @villa/sdk typecheck passes • [ ] No security advisories: npm audit --omit=dev • [ ] README has correct package name • [ ] CHANGELOG updated

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
1 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Stars1
Forks1
Issues2
Updated2mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code