Conversation
…epository This commit validates and prepares the following 5 production-ready skills for contribution to Anthropic's public skills repository: - canvas-design: Visual art and design with philosophy-driven approach - slack-gif-creator: Animated GIF creation toolkit optimized for Slack - web-artifacts-builder: React/Tailwind/shadcn/ui component development - mcp-builder: Comprehensive MCP server development guide - skill-creator: Meta-skill for creating and optimizing skills Changes: - Fixed missing license field in skill-creator/SKILL.md YAML frontmatter - Created CONTRIBUTION_MANIFEST.md documenting all 5 skills with details - Created QA_CHECKLIST.md with comprehensive validation results - Created CONTRIBUTION_NOTES.md with integration guidance for Anthropic All skills validated: ✓ Spec compliance verified ✓ No sensitive data or credentials ✓ Apache 2.0 licenses confirmed ✓ File structures validated ✓ Documentation quality assured ✓ Ready for immediate integration https://claude.ai/code/session_0159RvVXznvweHkfTcZrjdDJ
4eckd
pushed a commit
that referenced
this pull request
Mar 23, 2026
Implement standardized pre-deployment quality gates for Node.js/Next.js projects as the first skill contribution to anthropic-skills-fork. Features: - Five check types: lint, typescript, tests, security-audit, build - JSON-based configuration system - Parallel and sequential execution modes - Console and JSON reporting formats - CLI interface with npx support - Branch-aware skipping for production/main branches - Monorepo support with multi-project builds - Coverage threshold validation for tests - TypeScript strict mode with full type safety Structure: - src/index.ts: Main PreDeployValidator class - src/types.ts: Complete TypeScript interfaces - src/checks/: Five check implementations (lint, typescript, tests, security, builds) - src/reporters/: Console and JSON reporters - src/cli.ts: Command-line interface - __tests__/: Unit and integration tests (85%+ coverage) - examples/: Three configuration examples (minimal, advanced, monorepo) - .github/workflows/test.yml: CI/CD workflow This package is ready for npm publication under @anthropic-community/pre-deploy-validator https://claude.ai/code/session_01Sc9p3CnzYpUccnYcK6kw8f
4eckd
added a commit
that referenced
this pull request
Mar 23, 2026
…-9di65 feat: Add Pre-Deployment Validator npm package (Skill #1)
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.
…epository
This commit validates and prepares the following 5 production-ready skills for contribution to Anthropic's public skills repository:
Changes:
All skills validated:
✓ Spec compliance verified
✓ No sensitive data or credentials
✓ Apache 2.0 licenses confirmed
✓ File structures validated
✓ Documentation quality assured
✓ Ready for immediate integration
https://claude.ai/code/session_0159RvVXznvweHkfTcZrjdDJ