suggest-awesome-github…
Suggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history, avoiding…
Create detailed implementation plans for software features and refactoring tasks. Use this skill when planning new features, architectural changes, or major refactoring efforts.
$ npx -y skills add archubbuck/workspace-architect --skill example-planner --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/example-plannerContext preview
The summary Claude sees to decide when to auto-load this skill.
Create detailed implementation plans for software features and refactoring tasks. Use this skill when planning new features, architectural changes, or major refactoring efforts.
name: example-planner description: Create detailed implementation plans for software features and refactoring tasks. Use this skill when planning new features, architectural changes, or major refactoring efforts. license: MIT metadata: version: "1.0.0" maintainer: "workspace-architect" category: "planning"
This is an example skill that demonstrates the Claude Skills format for workspace-architect.
Use this skill when you need to create a comprehensive implementation plan for:
When activated, follow these steps:
1. **Gather Requirements**
2. **Analyze Current State**
3. **Design Solution**
4. **Create Implementation Plan** Generate a plan with these sections:
Detailed task breakdown with:
5. **Review and Iterate**
Use clear Markdown formatting with:
# Implementation Plan: User Authentication ## Overview Add OAuth 2.0 authentication to the application, supporting Google and GitHub providers. ## Requirements ### Functional - Users can sign in with Google or GitHub - Session management with JWT tokens - Logout functionality - Remember me option ### Non-Functional - Response time < 2s for auth flow - 99.9% uptime for auth service - GDPR compliant data handling ## Implementation Steps 1. **Setup OAuth Providers** (4 hours) - Register apps with Google/GitHub - Configure OAuth credentials - Store secrets securely 2. **Backend Implementation** (16 hours) - Create OAuth callback endpoints - Implement JWT token generation - Add session middleware - Write unit tests 3. **Frontend Implementation** (12 hours) - Add login buttons - Handle OAuth redirects - Store tokens securely - Implement logout ...
A comprehensive library of specialized AI agents and personas for GitHub Copilot, ranging from architectural planning and specific tech stacks to advanced cognitive reasoning models.
Repo: archubbuck/workspace-architect
Suggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history, avoiding…
Suggest relevant GitHub Copilot instruction files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates…
Suggest relevant GitHub Copilot prompt files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with…
Suggest relevant GitHub Copilot skills from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with…
Analyze Azure resources used in the app (IaC files and/or resources in a target rg) and optimize costs - creating GitHub issues for identified optimizations.
Analyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems.