CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. aj-geddes
  4. /
  5. useful-ai-prompts
  6. /
  7. Github Actions Workflow

Github Actions Workflow

Editor's Note

This is your go-to for spinning up GitHub Actions workflows without memorizing YAML syntax every time. It covers the full spectrum: CI/CD pipelines, matrix testing across Node versions, Docker builds with layer caching, and automated releases. The reference guides give you complete working examples instead of snippets, which is honestly the right approach since Actions workflows are useless when half-done. Pay attention to the security practices here, especially around handling secrets in pull requests from forks, because that's where people usually shoot themselves in the foot. Good for both setting up new repos and modernizing crusty Jenkins pipelines.

Install

npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill github-actions-workflow
Votes
0
Installs498
GitHub Stars245
Categories
Testing & QADevOps & CI/CDGit & Pull RequestsAI & Agent BuildingAutomation & Workflows
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Testing & QA Skills

View all →
playwright-e2e-testing

bobmatnyc/claude-mpm-skills

0
2.7k
44
Cross-browser end-to-end testing with auto-wait, parallel execution, and built-in debugging tools.
e2e-testing-patterns

wshobson/agents

0
15.6k
35.5k
Comprehensive guide to building reliable, maintainable end-to-end test suites with Playwright and Cypress.
e2e-testing

affaan-m/everything-claude-code

0
4.4k
183.5k
Playwright E2E testing patterns with Page Object Model, configuration, CI/CD setup, and flaky test strategies.
e2e-testing

hieutrtr/ai1-skills

0
1.5k
8
End-to-end testing patterns with Playwright for full-stack Python/React applications.
playwright-testing

alinaqi/claude-bootstrap

0
1.3k
628
Cross-browser E2E testing with Page Objects, authentication, and CI/CD integration.
jest-react-testing

manutej/luxor-claude-marketplace

0
672
55
Comprehensive React component testing with Jest and React Testing Library covering configuration, mocking, async patterns, and best practices.