Topic: claude-code-plugins
5,817 skills in this topic.
-
access
Manage Slack channel access control — pairing, allowlist, channel opt-in
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
configure
Configure Slack channel tokens (bot token + app-level token)
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
bug-clustering
Internal process for the bug-clusterer agent. Defines the step-by-step
procedure for parsing, classifying, redacting, scoring, and clustering
bug candidates from raw X/Twitter posts. Not user-invocable — loaded
by the agent via its `skills: ["bug-clustering"]` frontmatter property.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
owner-routing
Internal process for the owner-router agent. Defines the step-by-step
procedure for determining likely bug owners using strict 6-level routing
precedence with staleness detection. Not user-invocable — loaded by the
agent via its `skills: ["owner-routing"]` frontmatter property.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
repo-scanning
Internal process for the repo-scanner agent. Defines the step-by-step
procedure for scanning GitHub repos for evidence that supports or explains
bug clusters. Not user-invocable — loaded by the agent via its
`skills: ["repo-scanning"]` frontmatter property.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
triage-display
Internal process for the triage-summarizer agent. Defines the step-by-step
procedure for formatting triage results as terminal markdown and parsing
review commands. Not user-invocable — loaded by the agent via its
`skills: ["triage-display"]` frontmatter property.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
x-bug-triage
Analyzes public X/Twitter complaints to detect, cluster, and triage bugs with
repo evidence and owner routing. Use when monitoring product health from social
signals. Trigger with "/x-bug-triage" or "triage X bugs for @account".
Make sure to use this skill whenever triaging bugs from X/Twitter mentions.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
appfolio-rate-limits
Handle AppFolio API rate limits with throttling and backoff.
Trigger: "appfolio rate limit".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
appfolio-reference-architecture
Reference architecture for AppFolio property management integration.
Trigger: "appfolio architecture".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
appfolio-sdk-patterns
Apply production-ready patterns for AppFolio REST API integration.
Trigger: "appfolio patterns".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
onenote-install-auth
Install and configure OneNote SDK/API authentication with delegated auth (MSAL).
Use when setting up a new OneNote integration, configuring Azure AD app registration, or migrating from deprecated app-only auth.
Trigger with "install onenote", "setup onenote auth", "onenote credentials", "azure ad onenote".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
storybrand-messaging
Build clear brand messaging using narrative structure that positions the customer as hero. Use when the user mentions "brand message", "website copy", "elevator pitch", "one-liner", "messaging isn''t resonating", or "brand script". Covers landing page copy, marketing collateral, and consistent communication. For memorable messaging, see made-to-stick. For product positioning, see obviously-awesome. Trigger with 'storybrand', 'messaging'.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
traction-eos
Implement the Entrepreneurial Operating System (EOS) to align vision and execution across a company. Use when the user mentions "EOS", "V/TO", "quarterly rocks", "Level 10 meetings", "accountability chart", or "IDS process". Covers the six EOS components: Vision, People, Data, Issues, Process, Traction. For team motivation design, see drive-motivation. For lean experimentation, see lean-startup. Trigger with 'traction', 'eos'.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
finta-security-basics
Secure Finta fundraising data and investor information.
Trigger with phrases like "finta security", "finta data privacy".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
onenote-ci-integration
Set up CI/CD pipelines for OneNote integrations with Graph API testing and mock strategies.
Use when configuring GitHub Actions, setting up test credentials, or building mock-based CI tests.
Trigger with "onenote ci", "onenote github actions", "onenote test pipeline", "graph api ci".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
onenote-common-errors
Decode and fix every common OneNote Graph API error with root cause analysis.
Use when debugging 400, 403, 404, 429, 500, 502, or 507 errors from OneNote API.
Trigger with "onenote error", "onenote 403", "onenote debug", "graph api error onenote".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
onenote-core-workflow-a
Full CRUD lifecycle for OneNote notebooks, section groups, sections, and pages via Graph API.
Use when building notebook management features, creating page hierarchies, or working with XHTML content.
Trigger with "onenote crud", "onenote page management", "onenote notebook workflow".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
onenote-core-workflow-b
Search, query, and paginate OneNote content with OData filters and client-side search patterns.
Use when building search features, querying pages across notebooks, or handling large result sets.
Trigger with "onenote search", "onenote query pages", "onenote pagination", "find onenote content".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
onenote-cost-tuning
Optimize costs and API usage for OneNote Graph API integrations with caching and batching strategies.
Use when reducing API call volume, planning capacity, or evaluating OneNote integration costs.
Trigger with "onenote costs", "onenote api usage", "onenote optimization", "graph api billing onenote".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
onenote-debug-bundle
Generate comprehensive diagnostic bundles for OneNote Graph API issues with request tracing and token analysis.
Use when debugging OneNote API failures, filing Microsoft support tickets, or analyzing permission issues.
Trigger with "onenote debug", "onenote diagnostic", "onenote support ticket", "graph api troubleshoot onenote".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
onenote-deploy-integration
Deploy OneNote integrations with MSAL token persistence, health checks, and container best practices.
Use when containerizing OneNote services, configuring health endpoints, or managing token cache in production.
Trigger with "onenote deploy", "onenote docker", "onenote container", "onenote health check".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
onenote-hello-world
Create your first OneNote notebook, section, and page with correct XHTML content.
Use when starting a new OneNote integration or testing Graph API connectivity.
Trigger with "onenote hello world", "first onenote page", "create onenote notebook".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
onenote-webhooks-events
Implement change detection for OneNote using polling and delta queries (webhooks decommissioned June 2023).
Use when building real-time sync, change monitoring, or event-driven OneNote integrations.
Trigger with "onenote changes", "onenote polling", "onenote sync", "onenote delta query".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
onenote-security-basics
Implement secure authentication, token management, and permission scoping for OneNote Graph API.
Use when hardening OneNote integrations, implementing least-privilege permissions, or managing token lifecycle.
Trigger with "onenote security", "onenote permissions", "onenote token management", "onenote least privilege".
jeremylongshore/claude-code-plugins-plus-skills 1,803