Agent skill

linktree-local-dev-loop

Local Dev Loop for Linktree. Trigger: "linktree local dev loop".

Stars 1,803
Forks 241

Install this agent skill to your Project

npx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/main/plugins/saas-packs/linktree-pack/skills/linktree-local-dev-loop

SKILL.md

Linktree Local Dev Loop

Project Structure

my-linktree-app/
├── .env                # LINKTREE_API_KEY=...
├── src/client.ts       # Singleton
├── tests/fixtures/     # Mock responses
└── scripts/dev.ts

Mock Data

typescript
export const mockResponse = {
  status: 'success',
  data: { /* mock Linktree response */ }
};

Dev Script

json
{ "scripts": { "dev": "tsx watch src/index.ts", "test": "vitest" } }

Resources

Next Steps

See linktree-sdk-patterns.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results