diff --git a/skills/better-auth/skills/better-auth-best-practices/SKILL.md b/skills/better-auth/skills/better-auth-best-practices/SKILL.md deleted file mode 100644 index 318bd39..0000000 --- a/skills/better-auth/skills/better-auth-best-practices/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "better-auth-best-practices" -description: "Configure Better Auth server and client, set up database adapters, manage sessions, add plugins, and handle environment variables. Use when users mention Better Auth, betterauth, auth.ts, or need to set up TypeScript authentication with email/password, OAuth, or plugin configuration." -slug: "better-auth-best-practices" -metadata: - sources: - - - kind: "github-dir" - commit: "6a1636950a1d7fc53602639ce7505a4a5d39c797" - path: "better-auth/best-practices" - repo: "better-auth/skills" - trackingRef: "main" - url: "https://github.com/better-auth/skills" -key: "better-auth/skills/better-auth-best-practices" ---- - diff --git a/skills/better-auth/skills/better-auth-security-best-practices/SKILL.md b/skills/better-auth/skills/better-auth-security-best-practices/SKILL.md deleted file mode 100644 index ec639ba..0000000 --- a/skills/better-auth/skills/better-auth-security-best-practices/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "better-auth-security-best-practices" -description: "Configure rate limiting, manage auth secrets, set up CSRF protection, define trusted origins, secure sessions and cookies, encrypt OAuth tokens, track IP addresses, and implement audit logging for Better Auth. Use when users need to secure their auth setup, prevent brute force attacks, or harden a Better Auth deployment." -slug: "better-auth-security-best-practices" -metadata: - sources: - - - kind: "github-dir" - commit: "6a1636950a1d7fc53602639ce7505a4a5d39c797" - path: "security" - repo: "better-auth/skills" - trackingRef: "main" - url: "https://github.com/better-auth/skills" -key: "better-auth/skills/better-auth-security-best-practices" ---- - diff --git a/skills/better-auth/skills/create-auth-skill/SKILL.md b/skills/better-auth/skills/create-auth-skill/SKILL.md deleted file mode 100644 index 6320bf7..0000000 --- a/skills/better-auth/skills/create-auth-skill/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "create-auth-skill" -description: "Scaffold and implement authentication in TypeScript/JavaScript apps using Better Auth. Detect frameworks, configure database adapters, set up route handlers, add OAuth providers, and create auth UI pages. Use when users want to add login, sign-up, or authentication to a new or existing project with Better Auth." -slug: "create-auth-skill" -metadata: - sources: - - - kind: "github-dir" - commit: "6a1636950a1d7fc53602639ce7505a4a5d39c797" - path: "better-auth/create-auth" - repo: "better-auth/skills" - trackingRef: "main" - url: "https://github.com/better-auth/skills" -key: "better-auth/skills/create-auth-skill" ---- - diff --git a/skills/better-auth/skills/email-and-password-best-practices/SKILL.md b/skills/better-auth/skills/email-and-password-best-practices/SKILL.md deleted file mode 100644 index bcc245e..0000000 --- a/skills/better-auth/skills/email-and-password-best-practices/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "email-and-password-best-practices" -description: "Configure 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." -slug: "email-and-password-best-practices" -metadata: - sources: - - - kind: "github-dir" - commit: "6a1636950a1d7fc53602639ce7505a4a5d39c797" - path: "better-auth/emailAndPassword" - repo: "better-auth/skills" - trackingRef: "main" - url: "https://github.com/better-auth/skills" -key: "better-auth/skills/email-and-password-best-practices" ---- - diff --git a/skills/better-auth/skills/organization-best-practices/SKILL.md b/skills/better-auth/skills/organization-best-practices/SKILL.md deleted file mode 100644 index b1bfe0f..0000000 --- a/skills/better-auth/skills/organization-best-practices/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "organization-best-practices" -description: "Configure 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." -slug: "organization-best-practices" -metadata: - sources: - - - kind: "github-dir" - commit: "6a1636950a1d7fc53602639ce7505a4a5d39c797" - path: "better-auth/organization" - repo: "better-auth/skills" - trackingRef: "main" - url: "https://github.com/better-auth/skills" -key: "better-auth/skills/organization-best-practices" ---- - diff --git a/skills/better-auth/skills/two-factor-authentication-best-practices/SKILL.md b/skills/better-auth/skills/two-factor-authentication-best-practices/SKILL.md deleted file mode 100644 index 30891ed..0000000 --- a/skills/better-auth/skills/two-factor-authentication-best-practices/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "two-factor-authentication-best-practices" -description: "Configure TOTP authenticator apps, send OTP codes via email/SMS, manage backup codes, handle trusted devices, and implement 2FA sign-in flows using Better Auth's twoFactor plugin. Use when users need MFA, multi-factor authentication, authenticator setup, or login security with Better Auth." -slug: "two-factor-authentication-best-practices" -metadata: - sources: - - - kind: "github-dir" - commit: "6a1636950a1d7fc53602639ce7505a4a5d39c797" - path: "better-auth/twoFactor" - repo: "better-auth/skills" - trackingRef: "main" - url: "https://github.com/better-auth/skills" -key: "better-auth/skills/two-factor-authentication-best-practices" ---- - diff --git a/skills/cpfarhood/skills/github-app-token/SKILL.md b/skills/cpfarhood/skills/github-app-token/SKILL.md deleted file mode 100644 index 3e2d124..0000000 --- a/skills/cpfarhood/skills/github-app-token/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "github-app-token" -description: "Generate a GitHub installation access token from a GitHub App PEM key, App ID, and Installation ID, then authenticate the gh CLI with it." -slug: "github-app-token" -metadata: - sources: - - - kind: "github-dir" - commit: "964cc0de002103e97c35fe92059b17712b3ff5de" - path: "github-app-token" - repo: "cpfarhood/skills" - trackingRef: "main" - url: "https://github.com/cpfarhood/skills" -key: "cpfarhood/skills/github-app-token" ---- - diff --git a/skills/farhoodliquor/skills/github-app-token/SKILL.md b/skills/farhoodliquor/skills/github-app-token/SKILL.md deleted file mode 100644 index be35f22..0000000 --- a/skills/farhoodliquor/skills/github-app-token/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "github-app-token" -description: "Generate a GitHub installation access token from a GitHub App PEM key, App ID, and Installation ID, write it to a per-agent file, then authenticate the gh CLI with it." -slug: "github-app-token" -metadata: - sources: - - - kind: "github-dir" - commit: "3563f311db2e14660edab66583b8f5dc04fbc72e" - path: "github-app-token" - repo: "farhoodliquor/skills" - trackingRef: "main" - url: "https://github.com/farhoodliquor/skills" -key: "farhoodliquor/skills/github-app-token" ---- - diff --git a/skills/farhoodliquor/skills/minimax-image-generation/SKILL.md b/skills/farhoodliquor/skills/minimax-image-generation/SKILL.md deleted file mode 100644 index 4847694..0000000 --- a/skills/farhoodliquor/skills/minimax-image-generation/SKILL.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: "minimax-image-generation" -slug: "minimax-image-generation" -metadata: - sources: - - - kind: "github-dir" - commit: "e9d723271847618c2c7dc8d414757ec13d700134" - path: "minimax-image-generation" - repo: "farhoodliquor/skills" - trackingRef: "main" - url: "https://github.com/farhoodliquor/skills" -key: "farhoodliquor/skills/minimax-image-generation" ---- - diff --git a/skills/farhoodliquor/skills/playwright-ephemeral/SKILL.md b/skills/farhoodliquor/skills/playwright-ephemeral/SKILL.md deleted file mode 100644 index ed90dab..0000000 --- a/skills/farhoodliquor/skills/playwright-ephemeral/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "playwright-ephemeral" -description: "Provision and tear down ephemeral Playwright MCP browser sessions as Kubernetes Jobs for E2E testing." -slug: "playwright-ephemeral" -metadata: - sources: - - - kind: "github-dir" - commit: "10c7015e2b7f9b03a9998bb4d3c814b628e094a2" - path: "playwright-ephemeral" - repo: "farhoodliquor/skills" - trackingRef: "main" - url: "https://github.com/farhoodliquor/skills" -key: "farhoodliquor/skills/playwright-ephemeral" ---- - diff --git a/skills/farhoodliquor/skills/shannon/SKILL.md b/skills/farhoodliquor/skills/shannon/SKILL.md deleted file mode 100644 index 6b3c8f2..0000000 --- a/skills/farhoodliquor/skills/shannon/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "shannon" -description: "Autonomous AI pentester for web apps and APIs. Run white-box security assessments with Shannon — analyzes source code, identifies attack vectors, and executes real exploits to prove vulnerabilities. Triggered by 'shannon', 'pentest', 'security audit', 'vuln scan'." -slug: "shannon" -metadata: - sources: - - - kind: "github-dir" - commit: "e9aa409790b40cca04af75d00ad57c67c4141916" - path: "shannon" - repo: "farhoodliquor/skills" - trackingRef: "main" - url: "https://github.com/farhoodliquor/skills" -key: "farhoodliquor/skills/shannon" ---- - diff --git a/skills/fluxcd/agent-skills/commit-assisted-by/SKILL.md b/skills/fluxcd/agent-skills/commit-assisted-by/SKILL.md deleted file mode 100644 index 6f18fa1..0000000 --- a/skills/fluxcd/agent-skills/commit-assisted-by/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "commit-assisted-by" -description: ">" -slug: "commit-assisted-by" -metadata: - sources: - - - kind: "github-dir" - commit: "f050a39917953020f4169d89c260bb2c4b937e26" - path: "internal/skills/commit-assisted-by" - repo: "fluxcd/agent-skills" - trackingRef: "main" - url: "https://github.com/fluxcd/agent-skills" -key: "fluxcd/agent-skills/commit-assisted-by" ---- - diff --git a/skills/fluxcd/agent-skills/flux-controller-patch-releases/SKILL.md b/skills/fluxcd/agent-skills/flux-controller-patch-releases/SKILL.md deleted file mode 100644 index 5498ead..0000000 --- a/skills/fluxcd/agent-skills/flux-controller-patch-releases/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "flux-controller-patch-releases" -description: ">" -slug: "flux-controller-patch-releases" -metadata: - sources: - - - kind: "github-dir" - commit: "5563322de8c5303442d783db9d6e278d76b9d819" - path: "internal/skills/flux-controller-patch-releases" - repo: "fluxcd/agent-skills" - trackingRef: "main" - url: "https://github.com/fluxcd/agent-skills" -key: "fluxcd/agent-skills/flux-controller-patch-releases" ---- - diff --git a/skills/fluxcd/agent-skills/gitops-cluster-debug/SKILL.md b/skills/fluxcd/agent-skills/gitops-cluster-debug/SKILL.md deleted file mode 100644 index 6b0c7ea..0000000 --- a/skills/fluxcd/agent-skills/gitops-cluster-debug/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "gitops-cluster-debug" -description: ">" -slug: "gitops-cluster-debug" -metadata: - sources: - - - kind: "github-dir" - commit: "5563322de8c5303442d783db9d6e278d76b9d819" - path: "skills/gitops-cluster-debug" - repo: "fluxcd/agent-skills" - trackingRef: "main" - url: "https://github.com/fluxcd/agent-skills" -key: "fluxcd/agent-skills/gitops-cluster-debug" ---- - diff --git a/skills/fluxcd/agent-skills/gitops-knowledge/SKILL.md b/skills/fluxcd/agent-skills/gitops-knowledge/SKILL.md deleted file mode 100644 index 38810db..0000000 --- a/skills/fluxcd/agent-skills/gitops-knowledge/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "gitops-knowledge" -description: ">" -slug: "gitops-knowledge" -metadata: - sources: - - - kind: "github-dir" - commit: "0cd302c080d299c3212fc3a03a8d5aa6c90eb301" - path: "skills/gitops-knowledge" - repo: "fluxcd/agent-skills" - trackingRef: "main" - url: "https://github.com/fluxcd/agent-skills" -key: "fluxcd/agent-skills/gitops-knowledge" ---- - diff --git a/skills/fluxcd/agent-skills/gitops-repo-audit/SKILL.md b/skills/fluxcd/agent-skills/gitops-repo-audit/SKILL.md deleted file mode 100644 index 5154234..0000000 --- a/skills/fluxcd/agent-skills/gitops-repo-audit/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "gitops-repo-audit" -description: ">" -slug: "gitops-repo-audit" -metadata: - sources: - - - kind: "github-dir" - commit: "2d91efcc72d0b64cd13b3b379b30ac7655c6ddc6" - path: "skills/gitops-repo-audit" - repo: "fluxcd/agent-skills" - trackingRef: "main" - url: "https://github.com/fluxcd/agent-skills" -key: "fluxcd/agent-skills/gitops-repo-audit" ---- - diff --git a/skills/greptileai/skills/check-pr/SKILL.md b/skills/greptileai/skills/check-pr/SKILL.md deleted file mode 100644 index da8d30b..0000000 --- a/skills/greptileai/skills/check-pr/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "check-pr" -description: ">" -slug: "check-pr" -metadata: - sources: - - - kind: "github-dir" - commit: "4ae5198fb82fe28d7b452796152f2b1745051c77" - path: "check-pr" - repo: "greptileai/skills" - trackingRef: "main" - url: "https://github.com/greptileai/skills" -key: "greptileai/skills/check-pr" ---- - diff --git a/skills/greptileai/skills/greploop/SKILL.md b/skills/greptileai/skills/greploop/SKILL.md deleted file mode 100644 index 198a55d..0000000 --- a/skills/greptileai/skills/greploop/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "greploop" -description: ">" -slug: "greploop" -metadata: - sources: - - - kind: "github-dir" - commit: "4ae5198fb82fe28d7b452796152f2b1745051c77" - path: "greploop" - repo: "greptileai/skills" - trackingRef: "main" - url: "https://github.com/greptileai/skills" -key: "greptileai/skills/greploop" ---- - diff --git a/skills/paperclipai/paperclip/paperclip-create-agent/SKILL.md b/skills/paperclipai/paperclip/paperclip-create-agent/SKILL.md deleted file mode 100644 index 264a654..0000000 --- a/skills/paperclipai/paperclip/paperclip-create-agent/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "paperclip-create-agent" -description: ">" -slug: "paperclip-create-agent" -metadata: - sources: - - - kind: "github-dir" - commit: null - path: "skills/paperclip-create-agent" - repo: "paperclipai/paperclip" - trackingRef: "master" - url: "https://github.com/paperclipai/paperclip/tree/master/skills/paperclip-create-agent" -key: "paperclipai/paperclip/paperclip-create-agent" ---- - diff --git a/skills/paperclipai/paperclip/paperclip-create-plugin/SKILL.md b/skills/paperclipai/paperclip/paperclip-create-plugin/SKILL.md deleted file mode 100644 index 7d6fd5a..0000000 --- a/skills/paperclipai/paperclip/paperclip-create-plugin/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "paperclip-create-plugin" -description: ">" -slug: "paperclip-create-plugin" -metadata: - sources: - - - kind: "github-dir" - commit: null - path: "skills/paperclip-create-plugin" - repo: "paperclipai/paperclip" - trackingRef: "master" - url: "https://github.com/paperclipai/paperclip/tree/master/skills/paperclip-create-plugin" -key: "paperclipai/paperclip/paperclip-create-plugin" ---- - diff --git a/skills/paperclipai/paperclip/paperclip/SKILL.md b/skills/paperclipai/paperclip/paperclip/SKILL.md deleted file mode 100644 index a82cf8f..0000000 --- a/skills/paperclipai/paperclip/paperclip/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "paperclip" -description: ">" -slug: "paperclip" -metadata: - sources: - - - kind: "github-dir" - commit: null - path: "skills/paperclip" - repo: "paperclipai/paperclip" - trackingRef: "master" - url: "https://github.com/paperclipai/paperclip/tree/master/skills/paperclip" -key: "paperclipai/paperclip/paperclip" ---- - diff --git a/skills/paperclipai/paperclip/para-memory-files/SKILL.md b/skills/paperclipai/paperclip/para-memory-files/SKILL.md deleted file mode 100644 index ec5fb9d..0000000 --- a/skills/paperclipai/paperclip/para-memory-files/SKILL.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "para-memory-files" -description: ">" -slug: "para-memory-files" -metadata: - sources: - - - kind: "github-dir" - commit: null - path: "skills/para-memory-files" - repo: "paperclipai/paperclip" - trackingRef: "master" - url: "https://github.com/paperclipai/paperclip/tree/master/skills/para-memory-files" -key: "paperclipai/paperclip/para-memory-files" ---- -