stickerdaniel
- 18 skills
- 0 followers
- 9 hours ago last updated
- ▌ Wandb Improve · stickerdanielAnalyze Weave traces and eval results, then improve Mistral prompts for the Promus task agent
- ▌
- ▌ Doctor · stickerdanielDiagnose the local ChatGPT browser runtime bridge without reading browser content
- ▌ Browser · stickerdanielUse the installed OpenAI ChatGPT browser runtime through its node_repl MCP server
- ▌ Upstream Sync · stickerdaniel bundleStarted by a human and by nothing else. Reviews and integrates upstream saas-starter template changes into a fork: detects the fork point (forks are content-copies that share no git ancestor), lists every upstream commit since the last sync, guides reviewing each one to integrate, skip, or exclude with a reason, adapting to this fork's divergences (branding, theme, env/deploy, i18n, fork-owned features), then ships one consolidated PR. Use when a human asks to sync from upstream or pull template changes, and at no other time. Sending a fix the other way is upstream-report.
- ▌ Upstream Report · stickerdaniel bundleAlways load in a content-copy fork before acting on any work that might also matter to the base project, or as soon as that possibility appears. Treat uncertain ownership as possible relevance. Do not load in the base project itself.
- ▌
- ▌ Convex Guidelines · stickerdanielCanonical Convex backend coding patterns — validators, function registration, queries, mutations, actions, schemas, pagination, cron jobs, file storage, and Better Auth integration. Use when writing or reviewing any Convex backend code.
- ▌ Svelte Form Builder · stickerdanielWorkflow for generating form JSON and using the Svelte Form Builder (svelte-form-builder.vercel.app) to scaffold SvelteKit remote function forms with Valibot validation. Use when creating forms via the form builder.
- ▌ Emil Design Eng · stickerdanielThis skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.
- ▌ Autumn Best Practices · stickerdanielSkill for integrating Autumn - the billing and entitlements layer over Stripe.
- ▌ Organization Best Practices · stickerdanielConfigure multi-tenant organizations, manage members and invitations, define custom roles and permissions, set up teams, and implement RBAC using Better Auth's organization plugin. Use when users need org setup, team management, member roles, access control, or the Better Auth organization plugin.
- ▌ Email And Password Best Practices · stickerdanielConfigure email verification, implement password reset flows, set password policies, and customise hashing algorithms for Better Auth email/password authentication. Use when users need to set up login, sign-in, sign-up, credential authentication, or password security with Better Auth.
- ▌ 2 Repro Issue · stickerdanielReproduce a single LinkedIn-MCP issue locally on the current branch against the real authenticated LinkedIn session at ~/.linkedin-mcp/profile/, using the MCP streamable-http server. Captures the exact failure mode (tool output, error, missing data) and maps it back to the scraper code path. Use when the user says "reproduce
- ▌ Triage Reviews · stickerdanielFetch PR review comments, verify each against real code/docs, fix valid issues, commit and push
- ▌ 1 Triage Issues · stickerdanielScan all open issues and PRs in stickerdaniel/linkedin-mcp-server and rank them by urgency (severity, user impact, age, references), implementation quality (for PRs — mergeability, CI, diff scope, locale-independence, test coverage), and contributor track record (prior merged PRs, review quality, response cadence). Use when the user asks "what should I tackle first as core maintainer", "which PRs are production-ready", "triage backlog", "scan open issues", or any maintainer-prioritisation question about this repo. Outputs a ranked list with rationale per item, not a fix.
- ▌ 3 Verify Pr Fix · stickerdanielCheck out a candidate PR locally, restart the MCP server on the PR branch, re-run the exact same MCP tool call that failed in /2-repro-issue, diff the outputs, and audit the fix for locale-independence, DOM-stability, and scope per CLAUDE.md scraping rules. Use when the user says "verify PR
- ▌ Linkedin MCP · stickerdanielUse LinkedIn data for profile, company, job, post, feed, inbox, recruiting, and outreach work through the bundled LinkedIn MCP server. Use only for an explicit LinkedIn request.