ewe-studios
- 32 skills
- 0 followers
- 1 week ago last updated
- ▌ Main Agent Orchestration · ewe-studios bundleHow Main Agent coordinates work, spawns agents, manages verification, and commits code
- ▌ Python Testing Excellence · ewe-studios bundleWrite proper, clear tests that validate both valid and invalid inputs with explicit assertions
- ▌ Specifications Management · ewe-studios bundleComplete guide for creating, managing, and structuring specifications with requirements and features
- ▌ Python Monorepo Structure · ewe-studios bundleMonorepo organization with workspace configuration, shared utilities, and cross-service dependencies
- ▌ Rust Clean Implementation · ewe-studios bundleWrite clean, well-documented Rust code with proper error handling and no_std/std support
- ▌ Python Django Models · ewe-studios bundleDjango model patterns with base classes, query optimization, and real database testing
- ▌ Python Grpc Protobuf · ewe-studios bundleProtocol buffer patterns with imports, code generation, and protobuf organization
- ▌ Python Grpc Services · ewe-studios bundlegRPC service implementation patterns with authentication, error handling, and service registration
- ▌ Python Django Testing · ewe-studios bundleDjango testing patterns with pytest, Factory-Boy, Given/When/Then, and 100% coverage requirement
- ▌ Python Clean Implementation · ewe-studios bundleWrite clean, well-documented Python code with proper error handling and type safety
- ▌ Python Django Configuration · ewe-studios bundleDjango configuration patterns with django-configurations, environment management, and multi-tenancy
- ▌ Rust Directory And Configuration · ewe-studios bundleInstall Rust toolchain, configure projects, and set up proper directory structure
- ▌ Python Directory And Configuration · ewe-studios bundleSet up Python projects with proper structure, virtual environments, and tool configuration
- ▌ Rust Clean Code · ewe-studios bundleComprehensive Rust development practices covering implementation, testing, configuration, and async patterns
- ▌ Code Verification · ewe-studios bundleComplete code verification workflow including checks, standards, and quality validation before commits
- ▌ Python Clean Code · ewe-studios bundleComprehensive Python development practices covering implementation, testing, Django, gRPC, and monorepo patterns
- ▌ Skills Management · ewe-studios bundleComplete guide for creating, reviewing, and using skills in the .agents/skills/ directory
- ▌ Context Compaction · ewe-studios bundleGenerate compacted.md with all retrieved information using compression strategies
- ▌ Context Work Ethic · ewe-studios bundleRules for managing context, staying focused, and being concise
- ▌ Language Standards · ewe-studios bundleHow to read and follow language-specific standards from language skills with learning log management
- ▌ Rust Valtron Usage · ewe-studios bundleHow to properly use Valtron's TaskIterator/StreamIterator execution model — composable async operations, sync boundaries, and avoiding premature blocking
- ▌ Agent Documentation · ewe-studios bundleComplete guide for documenting agents and using agent registry for Main Agent and Sub-Agents
- ▌ Dangerous Operations · ewe-studios bundleComplete safety protocol for handling potentially destructive operations with mandatory approval and git checkpoints
- ▌ Rust With Async Code · ewe-studios bundleWrite robust async/await code using tokio with proper non-blocking patterns
- ▌ Rust Valtron Iterator Creation · ewe-studios bundleGuide for implementing TaskIterator and StreamIterator in Rust following Valtron's progress-driven execution model
- ▌ Learning Documentation · ewe-studios bundleHow to document learnings in specification-specific locations with proper format
- ▌ Python With Async Code · ewe-studios bundleWrite robust async/await code using asyncio with proper non-blocking patterns
- ▌ Rust Testing Excellence · ewe-studios bundleWrite proper, clear tests that validate both valid and invalid inputs with explicit assertions
- ▌ Test Driven Development Tdd · ewe-studios bundleComplete TDD workflow: ONE test at a time, test-first, finish before moving to next
- ▌ Implementation Practices · ewe-studios bundleComplete implementation workflow: ONE item at a time, retrieval-led reasoning, TDD, self-review
- ▌ Git Workflow · ewe-studios bundleGit commit and push workflow with verification, safety rules, and best practices
- ▌ Deterministic Simulation Testing Tokio Rust · ewe-studios bundleTest distributed systems with reproducible deterministic simulation using turmoil