{"id":48807779,"url":"https://github.com/descope/skills","last_synced_at":"2026-04-14T06:05:33.405Z","repository":{"id":338370671,"uuid":"1147087247","full_name":"descope/skills","owner":"descope","description":"Official collection of Descope authentication skills for AI coding agents","archived":false,"fork":false,"pushed_at":"2026-03-17T17:17:24.000Z","size":52,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-18T06:54:37.020Z","etag":null,"topics":["ai-agents","authentication","descope","oauth","passwordless","skills","sso"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/descope.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-01T06:58:35.000Z","updated_at":"2026-03-13T22:16:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/descope/skills","commit_stats":null,"previous_names":["descope/skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/descope/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/descope%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/descope%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/descope%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/descope%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/descope","download_url":"https://codeload.github.com/descope/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/descope%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31784255,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agents","authentication","descope","oauth","passwordless","skills","sso"],"created_at":"2026-04-14T06:05:31.598Z","updated_at":"2026-04-14T06:05:33.397Z","avatar_url":"https://github.com/descope.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Descope Skills\n\nA collection of AI agent skills for integrating Descope authentication into your applications. Skills follow the [Agent Skills](https://agentskills.io/) format and work with any compatible AI coding assistant.\n\n## Available Skills\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003edescope-auth\u003c/b\u003e — Integrate Descope authentication into applications\u003c/summary\u003e\n\nIntegrate Descope authentication into applications with support for passwordless auth, OAuth, SSO, and MFA. Uses a smart router pattern to detect your framework and provide targeted integration guidance.\n\n**Use when:**\n- \"Add authentication to my app\"\n- \"Implement login with Descope\"\n- \"Set up passwordless auth\"\n- \"Add OAuth/SSO to my application\"\n- \"Integrate passkeys\"\n\n**Frameworks supported:**\n- Next.js (App Router with middleware)\n- React (SPA with protected routes)\n- Node.js (backend session validation)\n- Python (backend session validation)\n\n**Features:**\n- **Framework detection** - Automatically routes to appropriate integration guide\n- **Security guardrails** - Prevents common authentication mistakes\n- **Skills.sh compliant** - Follows official specification\n- **Copy-paste ready** - All code examples use correct SDK imports\n\n**Authentication methods covered:**\n- OTP (Email/SMS) - Quick verification codes\n- Magic Link - Passwordless email links\n- Passkeys - Biometric/WebAuthn (most secure)\n- OAuth - Social login (Google, GitHub, etc.)\n- SSO - Enterprise SAML/OIDC\n- TOTP - Authenticator app MFA\n- Passwords - Traditional auth (fallback)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003edescope-terraform\u003c/b\u003e — Manage Descope projects as infrastructure-as-code\u003c/summary\u003e\n\nManage Descope projects as infrastructure-as-code using the official [Terraform provider](https://registry.terraform.io/providers/descope/descope/latest/docs). Generates valid HCL configurations for authentication methods, RBAC, connectors, and project settings.\n\n**Use when:**\n- \"Set up Terraform for my Descope project\"\n- \"Manage Descope authentication config as code\"\n- \"Create roles and permissions with Terraform\"\n- \"Add connectors to my Descope Terraform config\"\n- \"Deploy Descope project settings across environments\"\n\n**Resources managed:**\n- `descope_project` - Full project configuration (auth methods, RBAC, connectors, flows, settings)\n- `descope_management_key` - Management keys with RBAC scoping\n- `descope_descoper` - Console user accounts with role assignments\n\n**Covers:**\n- Provider setup and management key configuration\n- Authentication methods (OTP, Magic Link, Passkeys, OAuth, SSO, Password, TOTP)\n- Authorization (roles and permissions)\n- 60+ connector types (email, SMS, HTTP, observability, fraud detection, CRM, etc.)\n- Project settings, applications (OIDC/SAML), flows, JWT templates, and custom attributes\n\n**Requirements:**\n- Terraform CLI installed\n- Paid Descope License (Pro +)\n- Management Key from [Company Settings](https://app.descope.com/company)\n\n\u003c/details\u003e\n\n## Installation\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eUsing skills CLI\u003c/b\u003e\u003c/summary\u003e\n\n```bash\nnpx skills add descope/skills\n```\n\n\u003c/details\u003e\n\n\u003cdetails open\u003e\n\u003csummary\u003e\u003cb\u003eUsing Claude Code\u003c/b\u003e\u003c/summary\u003e\n\nAdd the marketplace and install the plugin:\n\n```\n/plugin marketplace add descope/skills\n/plugin install descope-skills\n```\n\n\u003c/details\u003e\n\n## Usage\n\nSkills are automatically loaded by compatible AI agents once installed. Simply describe what you need:\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003edescope-auth examples\u003c/b\u003e\u003c/summary\u003e\n\n```\nAdd Descope authentication to my Next.js app\n```\n\n```\nHelp me implement passkey login with Descope\n```\n\n```\nSet up backend session validation for my Node.js API\n```\n\n```\nAdd OAuth login (Google and GitHub) using Descope\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003edescope-terraform examples\u003c/b\u003e\u003c/summary\u003e\n\n```\nSet up Terraform to manage my Descope project\n```\n\n```\nCreate a Descope project with password auth and RBAC using Terraform\n```\n\n```\nAdd an HTTP connector and S3 audit logging to my Descope Terraform config\n```\n\n\u003c/details\u003e\n\n## Compatible Agents\n\nWorks with any agent supporting the Agent Skills format:\n\n- [Claude Code](https://code.claude.com) (Anthropic)\n- [OpenCode](https://opencode.ai) (OhMyOpenCode)\n- [Cursor](https://cursor.com)\n- [Cline](https://cline.bot)\n- [GitHub Copilot](https://github.com/features/copilot)\n- [Windsurf](https://windsurf.com)\n- And [36+ more agents](https://github.com/vercel-labs/skills#supported-agents)\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eSkill Structure\u003c/b\u003e\u003c/summary\u003e\n\n```\nskills/\n├── descope-auth/\n│   ├── SKILL.md - Main instructions with framework detection\n│   └── references/\n│       ├── nextjs.md - Next.js App Router patterns\n│       ├── react.md - React SPA patterns\n│       └── backend.md - Node.js/Python validation\n└── descope-terraform/\n    ├── SKILL.md - Provider setup, common configurations, and guardrails\n    └── references/\n        ├── project-resource.md - Full descope_project schema\n        ├── other-resources.md - descope_management_key and descope_descoper schemas\n        └── connectors.md - All 60+ supported connector types\n```\n\n\u003c/details\u003e\n\n## Getting Started with Descope\n\n1. **Create a free account** on our [Sign Up page](https://www.descope.com/sign-up)\n2. **Get your Project ID** from [Settings → Project](https://app.descope.com/settings/project)\n3. **Install the skills** via `npx skills add descope/skills` or the `/plugin` command in Claude Code\n4. **Ask your AI agent** to integrate Descope authentication or set up Terraform\n\n## Documentation\n\n- [Descope Documentation](https://docs.descope.com)\n- [Descope Flows Guide](https://docs.descope.com/flows)\n- [Authentication Methods](https://docs.descope.com/auth-methods)\n- [API Reference](https://docs.descope.com/api)\n- [Terraform Provider](https://registry.terraform.io/providers/descope/descope/latest/docs)\n- [Managing Environments with Terraform](https://docs.descope.com/managing-environments/terraform)\n\n## Contributing\n\nContributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n## License\n\nMIT License - see [LICENSE](LICENSE) file for details.\n\n## About Descope\n\n[Descope](https://www.descope.com) provides passwordless authentication and user management for developers. Build secure, frictionless authentication flows with our no-code Flow Builder and developer-friendly SDKs.\n\n## Support\n\n- [Descope Community Slack](https://www.descope.com/community)\n- [GitHub Discussions](https://github.com/descope/descope-js/discussions)\n- [Email Support](mailto:support@descope.com)\n\n---\n\nMade with 💜 by [Descope](https://www.descope.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdescope%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdescope%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdescope%2Fskills/lists"}