railsBuild Rails applications with proper conventions, performance patterns, and security practices.
Install via ClawdBot CLI:
clawdbot install ivangdavila/railsRequires:
| Topic | File |
|-------|------|
| N+1, callbacks, validations, scopes | activerecord.md |
| Strong params, filters, render | controllers.md |
| Route conflicts, constraints | routing.md |
| Partials, helpers, caching, XSS | views.md |
| ActiveJob, Sidekiq, retries | jobs.md |
| Mass assignment, CSRF, SQL injection | security.md |
save returns false on failure β save! raises, check return or use bangupdate_all/delete_all skip callbacks and validations β data corruption if unawarefind_each for batches β Model.all.each loads entire table into memoryredirect_to doesn't halt execution β code after it runs, use and returndependent: :destroy missing β orphan records accumulate foreverdefault_scope pollutes all queries including joins β almost always wrongthrow :abort stops save but returns false, not exceptionincludes without references in where string β N+1 still happens||= memoization caches nil/false β use defined?(@var) ? @var : @var = computehas_many through: vs has_and_belongs_to_many β latter has no join model for attrsbefore_action β multiple inheritance makes flow unreadablerender doesn't stop action β code continues, duplicate render crashesAI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
Security-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
Perform a comprehensive read-only security audit of Clawdbot's own configuration. This is a knowledge-based skill that teaches Clawdbot to identify hardening opportunities across the system. Use when user asks to "run security check", "audit clawdbot", "check security hardening", or "what vulnerabilities does my Clawdbot have". This skill uses Clawdbot's internal capabilities and file system access to inspect configuration, detect misconfigurations, and recommend remediations. It is designed to be extensible - new checks can be added by updating this skill's knowledge.
Use when reviewing code for security vulnerabilities, implementing authentication flows, auditing OWASP Top 10, configuring CORS/CSP headers, handling secrets, input validation, SQL injection prevention, XSS protection, or any security-related code review.
Security check for ClawHub skills powered by Koi. Query the Clawdex API before installing any skill to verify it's safe.
Scan Clawdbot and MCP skills for malware, spyware, crypto-miners, and malicious code patterns before you install them. Security audit tool that detects data exfiltration, system modification attempts, backdoors, and obfuscation techniques.