Consolidate 5 plugins into AgentKit + SaaSKit#7
Open
saif-at-scalekit wants to merge 25 commits into
Open
Conversation
Restructure from 5 plugins (agent-auth, full-stack-auth, mcp-auth, modular-sso, modular-scim) to 2 plugins (agentkit, saaskit) matching the Claude Code authstack architecture. AgentKit (5 skills): - integrating-agentkit, discovering-connector-tools, testing-agentkit-tools, exposing-agentkit-via-mcp, production-readiness-agentkit - 44 connector reference docs + 6 reference files SaaSKit (11 skills): - implementing-saaskit, implementing-saaskit-nextjs, implementing-saaskit-python, implementing-modular-sso, implementing-scim-provisioning, adding-mcp-oauth, implementing-access-control, managing-saaskit-sessions, migrating-to-saaskit, adding-api-auth, production-readiness-saaskit - Framework references: Go, FastMCP, Express, FastAPI - 5 agents (deduplicated from originals) Content improvements included: - Renamed all skill frontmatter to match new plugin names - Removed beta SDK version pins (SKILL.md + agent) - Fixed broken CONNECTORS.md link - Fixed stale Reddit link in modular-sso - Fixed auth type claim in connector README Supersedes #6.
… mcp-helper Removed 3 agents that don't justify being separate agents. Session management content preserved as references/session-management-patterns.md. Also removed duplicate setup-scalekit from agentkit (kept in saaskit). Remaining agents: setup-scalekit, scalekit-mcp-auth-troubleshooter.
- Add install.sh bootstrap and scripts/install_copilot_marketplace.sh - Handle migration from old v1.x plugin names - Update README install section with new plugin names
…, google_slides) Copilot had 39 connector docs while other auth stacks had 43. Added the missing 4 to maintain parity.
Per-connector docs are unmaintainable — live AgentKit metadata and docs.scalekit.com/agentkit/connectors/ are the source of truth.
- Rename agent files to *.agent.md (Copilot filename convention) - Strip Claude-specific agent frontmatter (model, maxTurns, permissionMode, disallowedTools) - Rename providers.md to connectors.md with full terminology rewrite - Replace all Agent Auth references with AgentKit (27 occurrences across 9 files) - Genericize Claude Desktop/Claude Code references to Copilot - Fix stale integrating-agent-auth reference to integrating-agentkit - Add tool-discovery.md to agentkit references - Create hooks (hooks.json + beacon.sh) for both plugins - Add testing-auth-setup skill to saaskit - Remove testing-agentkit-tools and empty agents ref from agentkit plugin.json - Add hooks field to both plugin.json manifests
- Plugin READMEs said 'into Codex' instead of 'into GitHub Copilot' - AGENTS.md local testing and user install examples referenced old 'mcp-auth' plugin name, updated to 'agentkit@github-copilot-authstack' - Naming convention table updated to use current plugin/skill names
Main branch has 5 plugins (agent-auth, mcp-auth, full-stack-auth, modular-sso, modular-scim). After merge, users with old install commands would break. Add symlinks so both old and new commands work: copilot plugin install agent-auth@github-copilot-authstack (old) copilot plugin install agentkit@github-copilot-authstack (new) marketplace.json lists all 7 names — 2 primary + 5 aliases.
Add the scalekit-code-doctor skill (SKILL.md + references) to both agentkit and saaskit plugins. This cross-cutting developer tool skill enables code generation and review with verified Scalekit SDK signatures across all four SDKs (Node, Python, Go, Java) and REST API.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Restructures from 5 plugins to 2 unified plugins matching the Claude Code authstack architecture.
Before: 5 plugins
After: 2 plugins
AgentKit (5 skills)
integrating-agentkit, discovering-connector-tools, exposing-agentkit-via-mcp, production-readiness-agentkit, scalekit-code-doctor
SaaSKit (13 skills)
implementing-saaskit, implementing-saaskit-nextjs, implementing-saaskit-python, implementing-modular-sso, implementing-scim-provisioning, adding-mcp-oauth, implementing-access-control, managing-saaskit-sessions, migrating-to-saaskit, adding-api-auth, testing-auth-setup, production-readiness-saaskit, scalekit-code-doctor
Framework sub-skills converted to reference files (Go, FastMCP, Express, FastAPI).
Content improvements included
Supersedes #6.