logprob-prefill-analysis
Safe 81Analyze model susceptibility to reward hacking
by EleutherAI
This skill provides documentation for running prefill sensitivity analysis to measure how easily AI models can be manipulated into generating exploit code. Researchers use it to compare token-count versus logprob metrics for predicting reward hacking susceptibility across model checkpoints.
testing-test-writing
Safe 81Write Minimal Focused Tests for Critical User Flows
by EIS-ITS
Poor test coverage and overly complex tests slow down development and hide bugs. This skill provides guidance for writing focused tests that validate core user behaviors with clear names and mocked dependencies, ensuring fast execution and maintainable codebases.
global-validation
Low Risk 79Implement Global Input Validation
by EIS-ITS
This skill provides comprehensive validation patterns for user input, API requests, and form data. It helps prevent injection attacks, ensures data integrity, and delivers consistent error feedback to users.
global-tech-stack
Safe 81Apply Project Technology Standards
by EIS-ITS
Projects often fail due to inconsistent technology choices and duplicated tools. This skill ensures AI helpers follow your established technology stack including frameworks, databases, testing tools, and third-party services for architectural consistency.
global-error-handling
Safe 81Implement Robust Error Handling
by EIS-ITS
This skill helps developers write resilient code with proper exception handling, user-friendly error messages, and graceful failure management. It guides Claude Code to create error boundaries, implement retry logic, and ensure proper resource cleanup in any language.
global-conventions
Safe 81Maintain Consistent Project Development Standards
by EIS-ITS
Managing development conventions across teams is challenging and leads to inconsistent code quality. This skill guides Claude Code to follow your project-wide standards for structure, version control, documentation, and workflows.
global-commenting
Safe 81Write clean, focused code comments
by EIS-ITS
Poor or outdated comments create confusion and technical debt. This skill provides clear guidelines for writing comments that explain why decisions were made, helping developers create self-documenting code that stays relevant over time.
global-coding-style
Safe 81Apply Clean Coding Standards
by EIS-ITS
Inconsistent code styles make collaboration difficult and increase maintenance costs. This skill provides AI with coding standards for writing clean, maintainable code following industry best practices. Developers use these guidelines to ensure their codebase remains readable and team members can understand each other's work.
frontend-responsive
Safe 81Build mobile-first responsive layouts
by EIS-ITS
Building responsive web layouts that work across all devices is complex and error-prone. This skill provides Claude with clear guidelines on mobile-first design principles, fluid containers, relative units, and touch-friendly interactions to ensure your web projects scale seamlessly from mobile to desktop.
frontend-css
Safe 81Apply CSS coding standards and methodology
by EIS-ITS
Writing CSS without consistent methodology leads to maintainability issues and inconsistent styling across projects. This skill provides structured guidance on applying industry-standard approaches like Tailwind, BEM, and CSS Modules to ensure clean, maintainable, and scalable stylesheets.
frontend-components
Safe 81Build Reusable Frontend Components with Best Practices
by EIS-ITS
Frontend component development often leads to tightly coupled code that is difficult to maintain and reuse. This skill guides Claude Code to create modular, composable UI components following single responsibility principle with proper encapsulation.
frontend-accessibility
Safe 81Build Accessible User Interfaces
by EIS-ITS
Building accessible web interfaces is challenging without clear guidelines on semantic HTML, ARIA attributes, and WCAG compliance. This skill provides Claude with comprehensive accessibility best practices to create inclusive UIs that work for users with disabilities.
backend-queries
Safe 81Write Secure Database Queries with AI Guidance
by EIS-ITS
Database queries often suffer from security vulnerabilities and performance issues. This skill provides Claude with expert guidance to write secure, optimized queries that prevent SQL injection and eliminate N+1 problems.
backend-models
Safe 81Design Database Models and ORM Entities
by EIS-ITS
Database models often lack proper validation and relationships. This skill provides clear guidance for defining database models with proper naming conventions, relationships, constraints, and data integrity rules.
backend-migrations
Safe 81Manage Database Migrations with Zero-Downtime
by EIS-ITS
Database schema changes often cause downtime and data loss. This skill guides you through creating reversible, zero-downtime migrations that maintain data integrity.
backend-api
Safe 81Design RESTful Backend APIs
by EIS-ITS
Building APIs without consistent standards leads to confusing interfaces and maintenance challenges. This skill provides structured guidance for designing RESTful APIs that follow industry best practices for URL structure, HTTP methods, status codes, and versioning.
ki-register-use-case-documenter
Low Risk 78Document AI Use Cases for EU AI Act Compliance
by Egonso
Organizations deploying AI systems need structured governance records for EU AI Act compliance, but creating them from codebases and stakeholder knowledge is time-consuming. This skill inspects code or interviews users to produce validated, reviewable manifests ready for KI-Register submission.
eightctl
Safe 80Control Your Eight Sleep Pod
by aiskillstore
Managing Eight Sleep pod settings manually is time-consuming. This skill enables AI assistants to control bed temperature, alarms, and schedules through the eightctl CLI tool.
worktree-manager-skill
Safe 81Manage Git Worktrees for Parallel Development
by EGAdams
Managing multiple development branches simultaneously is complex and error-prone. This skill provides slash commands to safely create, list, and remove git worktrees with automatic port allocation and service management.
video-processor
Low Risk 75Convert and transcribe videos with FFmpeg and Whisper
by EGAdams
Process videos without manual command-line work. Extract audio, convert formats, and generate transcripts with simple commands. Perfect for content creators, educators, and developers.