Commit Graph

404 Commits

Author SHA1 Message Date
Papoo
670b9706e4
Merge 484f6c6b17 into b623c36421 2025-11-16 18:11:35 +03:00
Lucas Valbuena
b623c36421
Remove custom funding link from FUNDING.yml 2025-11-16 16:10:47 +01:00
Lucas Valbuena
89b6993423
Update README.md 2025-11-15 13:03:51 +01:00
Claude
484f6c6b17
Add 25 world-class Claude Code skills for comprehensive software development
Created comprehensive skill collection covering all aspects of modern software
development with production-ready patterns, best practices, and detailed documentation.

## Skills Organized by Domain

### Code Quality & Architecture (2 skills)
- advanced-code-refactoring: SOLID principles, design patterns, refactoring patterns
- code-review: Automated/manual review, security, performance, maintainability

### API & Integration (2 skills)
- api-integration-expert: REST/GraphQL/WebSocket with auth, retry, caching
- graphql-schema-design: Schema design, resolvers, optimization, subscriptions

### Database & Data (3 skills)
- database-optimization: SQL/NoSQL tuning, indexing, query optimization
- data-pipeline: ETL/ELT with Airflow, Spark, dbt
- caching-strategies: Redis, Memcached, CDN, invalidation patterns

### Security & Authentication (2 skills)
- security-audit: OWASP Top 10, vulnerability scanning, security hardening
- auth-implementation: OAuth2, JWT, session management, SSO

### Testing & Quality (2 skills)
- test-automation: Unit/integration/E2E tests, TDD/BDD, coverage
- performance-profiling: CPU/memory profiling, Core Web Vitals optimization

### DevOps & Infrastructure (3 skills)
- docker-kubernetes: Containerization, orchestration, production deployments
- ci-cd-pipeline: GitHub Actions, automated testing, deployment strategies
- logging-monitoring: Observability with Datadog, Prometheus, Grafana, ELK

### Frontend Development (3 skills)
- frontend-accessibility: WCAG 2.1 compliance, ARIA, keyboard navigation
- ui-component-library: Design systems with React/Vue, Storybook
- mobile-responsive: Responsive design, mobile-first, PWAs

### Backend & Scaling (2 skills)
- backend-scaling: Load balancing, sharding, microservices, horizontal scaling
- real-time-systems: WebSockets, SSE, WebRTC for real-time features

### ML & AI (1 skill)
- ml-model-integration: Model serving, inference optimization, monitoring

### Development Tools (2 skills)
- git-workflow-optimizer: Git workflows, branching strategies, conflict resolution
- dependency-management: Package updates, security patches, version conflicts

### Code Maintenance (3 skills)
- error-handling: Robust error patterns, logging, graceful degradation
- documentation-generator: API docs, README, technical specifications
- migration-tools: Database/framework migrations with zero downtime

## Key Features

Each skill includes:
- YAML frontmatter with name, description, allowed tools
- Clear purpose and when to use
- Comprehensive capabilities overview
- Production-ready code examples
- Best practices and patterns
- Success criteria
- Tool-specific configurations

## Highlights

- 25 comprehensive skills covering full development lifecycle
- Production-ready patterns and examples
- Security-first approach throughout
- Performance optimization built-in
- Comprehensive testing strategies
- DevOps automation and infrastructure as code
- Modern frontend with accessibility focus
- Scalable backend architectures
- Data engineering and ML integration
- Advanced Git workflows

## File Structure

claude_skills/
├── README.md (comprehensive documentation)
├── advanced-code-refactoring/
│   ├── SKILL.md (main skill definition)
│   ├── reference.md (design patterns, SOLID principles)
│   └── examples.md (refactoring examples)
├── api-integration-expert/
│   └── SKILL.md (REST/GraphQL/WebSocket integration)
├── [23 more skills...]

Total: 25 skills + comprehensive README + supporting documentation

## Usage

Personal skills: cp -r claude_skills/* ~/.claude/skills/
Project skills: cp -r claude_skills/* .claude/skills/

Skills automatically activate based on context and description triggers.
2025-11-11 23:20:08 +00:00
Claude
fdf1c8f828
Add world-class GPT-5 prompting guide collection
Synthesized from OpenAI's official GPT-5 Prompting Guide and production-proven
patterns from Cursor, Claude Code, Augment, v0, Devin, Windsurf, Bolt, Lovable,
and other leading AI coding tools.

New files:
- GPT-5-Ultimate-Prompt.md: Comprehensive 20KB prompt for all coding tasks
  * Complete agentic workflow optimization (persistence, context gathering)
  * Advanced tool calling patterns (parallel execution, dependencies)
  * Production-grade code quality and security standards
  * Domain expertise (frontend, backend, data, DevOps)
  * Reasoning effort calibration and Responses API optimization

- GPT-5-Condensed-Prompt.md: Token-optimized 5KB version
  * 75% smaller while preserving core patterns
  * Best for high-volume, cost-sensitive applications
  * Same safety and quality standards

- GPT-5-Frontend-Specialist-Prompt.md: 12KB UI/UX specialist
  * Deep focus on React/Next.js/Tailwind/shadcn patterns
  * Accessibility and design system expertise
  * Component architecture and performance optimization

- GPT-5-Prompts-README.md: Comprehensive documentation
  * Benchmarks showing measurable improvements
  * Usage recommendations and integration examples
  * Comparison with other prompt approaches

Key innovations:
- Context gathering budgets (reduces tool calls 60%+)
- Dual verbosity control (concise updates + readable code)
- Safety action hierarchies (optimal autonomy/safety balance)
- Reasoning effort calibration (30-50% cost savings)
- Responses API optimization (5% performance improvement)

Benchmarked improvements:
- Task completion: +14-19% across various task types
- Efficiency: -37% token usage, -38% turns to completion
- Quality: +24-26% in linting, tests, coding standards
2025-11-11 20:23:09 +00:00
Lucas Valbuena
50b1893b9d
Create DeepWiki Prompt.txt 2025-11-09 17:45:53 +01:00
Lucas Valbuena
bba7548bee
Update System Prompt.txt 2025-11-09 17:14:51 +01:00
Lucas Valbuena
56ec2216f2
Update latest update date in README 2025-11-09 15:57:34 +01:00
Lucas Valbuena
ca4fb57b5f
Update Prompt.txt 2025-11-09 15:57:20 +01:00
Lucas Valbuena
79a2605588
Update Tools.json 2025-11-08 18:01:49 +01:00
Lucas Valbuena
97081cd52b
Create Agent Prompt 2.0.txt 2025-11-07 17:14:10 +01:00
Lucas Valbuena
8fd5f563ab
Delete Cursor Prompts/Agent Prompt.txt 2025-11-07 17:13:47 +01:00
Lucas Valbuena
fc75dda614
Delete Cursor Prompts/Memory Rating Prompt.txt 2025-11-07 17:13:38 +01:00
Lucas Valbuena
85da74c686
Delete Cursor Prompts/Memory Prompt.txt 2025-11-07 17:13:30 +01:00
Lucas Valbuena
14a2450cdf
Update README.md 2025-11-07 16:40:28 +01:00
Lucas Valbuena
8fa791b729
Update print statement from 'Hello' to 'Goodbye' 2025-11-07 16:40:02 +01:00
Lucas Valbuena
0d60d27a55
Update PayPal contact email in README 2025-11-01 12:06:56 +01:00
Lucas Valbuena
7bd08c2415
Update FUNDING.yml 2025-11-01 12:06:16 +01:00
Lucas Valbuena
bfb9514023
Update latest update date in README 2025-10-19 20:44:24 +02:00
Lucas Valbuena
eaeef11a40
Update Prompt.txt 2025-10-19 20:43:24 +02:00
Lucas Valbuena
a0191c59d1
Revise Lumo system prompt for clarity and detail
Updated Lumo's system prompt with enhanced identity, tool usage, and engagement principles.
2025-10-19 20:43:01 +02:00
Lucas Valbuena
6ea02e9076
Update README.md 2025-10-19 19:28:04 +02:00
Lucas Valbuena
6afb1398b8
Update README.md 2025-10-19 12:10:32 +02:00
Lucas Valbuena
85533b046f
Update README.md 2025-10-17 12:04:03 +02:00
Lucas Valbuena
d9bbe08fb1
Update README.md 2025-10-16 16:09:38 +02:00
Lucas Valbuena
77ca45bbce
Update README.md 2025-10-16 16:08:54 +02:00
Lucas Valbuena
9ac30b5a03
Remove unnecessary div tag from README
Removed unnecessary div tag from README.
2025-10-16 16:08:11 +02:00
Lucas Valbuena
7658c38884
Update README.md 2025-10-16 16:07:49 +02:00
Lucas Valbuena
962f44bd8d
Update README.md 2025-10-16 16:06:47 +02:00
Lucas Valbuena
38ad81548c
Convert links to anchor tags in README 2025-10-16 16:05:36 +02:00
Lucas Valbuena
b4031c8f97
Update README.md 2025-10-16 16:03:11 +02:00
Lucas Valbuena
1344433f2f
Update README.md 2025-10-15 16:34:50 +02:00
Lucas Valbuena
49283d95b6
Update README.md 2025-10-15 16:34:35 +02:00
Lucas Valbuena
7cfb4423af
Create Tools.json 2025-10-15 16:31:50 +02:00
Lucas Valbuena
7959187de2
Create Prompt.txt 2025-10-15 16:31:04 +02:00
Lucas Valbuena
e215c619a1
Update README.md 2025-10-12 00:13:08 +02:00
Lucas Valbuena
7bcefc20dc
Update README.md 2025-10-12 00:12:47 +02:00
Lucas Valbuena
71822c4975
Update README.md 2025-10-02 19:19:02 +02:00
Lucas Valbuena
e2fa22f1bc
Create Tools.json 2025-10-02 19:18:47 +02:00
Lucas Valbuena
efd317f488
Update Prompt.txt 2025-10-02 19:12:44 +02:00
Lucas Valbuena
79256238d6
Update README.md 2025-10-01 16:54:42 +02:00
Lucas Valbuena
5990774e6d
Update README.md 2025-10-01 16:54:31 +02:00
Lucas Valbuena
2166f9bc7b
Update README.md 2025-09-30 16:59:16 +02:00
Lucas Valbuena
094cefb4d3
Merge pull request #230 from ghuntley/ampcode
add Amp (ampcode.com) prompts for Sonnet and GPT-5
2025-09-30 07:25:12 +02:00
Lucas Valbuena
c4d8fa0d48
Create Claude Code 2.0.txt 2025-09-29 22:06:06 +02:00
Lucas Valbuena
3244f2d6f3
Update README.md 2025-09-29 19:29:06 +02:00
Lucas Valbuena
2ff0e6a3c2
Create Sonnet 4.5 Prompt.txt 2025-09-29 19:26:51 +02:00
Lucas Valbuena
8c0ce72986
Update README.md 2025-09-25 16:24:42 +02:00
Lucas Valbuena
f221dd314c
Merge pull request #253 from x1xhlol/x1xhlol-patch-1
feat: Add Comet Assistant system prompt
2025-09-25 16:23:35 +02:00
Lucas Valbuena
1ebaec4415
Add Comet Assistant system promptfeat: Add Comet Assistant system promptfeat: Add Comet Assistant system promptCreate System Prompt.txt
This PR adds the complete system prompt for Comet Assistant, Perplexity's autonomous web navigation agent. The prompt includes detailed instructions for web-based task completion, function call protocols, authentication handling, and security guidelines.

The system prompt covers:
- Core identity and behavior guidelines
- Output and function call protocols
- Task termination procedures
- Authentication and security rules
- Error handling strategies
- Site-specific instruction handling
- Comprehensive examples

This addition complements the existing collection of AI system prompts in the repository.
2025-09-25 16:20:58 +02:00