Browse Skills
4429 skills found
store-model-coder.md
13
1
export
store-model-coder
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Wrap JSON-backed database columns with ActiveModel-like classes using store_model. Use when creating configuration objects, managing nested JSON attributes, or adding validations to JSON data. Triggers on JSON columns, store_model, typed JSON, configuration objects, or nested attributes.
2026-01-22
action-policy-coder.md
13
1
export
action-policy-coder
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Use proactively for authorization with ActionPolicy. Creates policies, scopes, and integrates with GraphQL/ActionCable. Preferred over Pundit for composable, cacheable authorization.
2026-01-22
test-backend-router.md
13
1
export
test-backend-router
2
from
"sorryhyun/DiPeO"
from
"sorryhyun/DiPeO"
3
Test implementation of thin router skill for DiPeO backend. Provides decision criteria and documentation anchors for FastAPI server, CLI (dipeo run/results/metrics/compile/export), SQLite schema, and MCP integration in apps/server/. Use when task mentions CLI commands, server endpoints, database queries, or MCP tools.
2026-01-05
ipsw.md
13
1
export
ipsw
2
from
"blacktop/ipsw-skill"
from
"blacktop/ipsw-skill"
3
Apple firmware and binary reverse engineering with the ipsw CLI tool. Use when analyzing iOS/macOS binaries, disassembling functions in dyld_shared_cache, dumping Objective-C headers from private frameworks, downloading IPSWs or kernelcaches, extracting entitlements, analyzing Mach-O files, or researching Apple security. Triggers on requests involving Apple RE, iOS internals, kernel analysis, KEXT extraction, or vulnerability research on Apple platforms.
2026-01-09
cloudflare-coder.md
13
1
export
cloudflare-coder
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
This skill guides provisioning Cloudflare infrastructure with OpenTofu/Terraform. Use when managing zones, DNS records, WAF rules, SSL settings, Page Rules, or cache configuration.
2026-01-22
query-optimization.md
13
1
export
query-optimization
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Optimize database queries, add indexes, prevent N+1 queries, and improve query performance. Use when queries are slow, investigating database bottlenecks, or optimizing data access patterns.
2026-01-21
Unnamed Skill.md
13
1
export
Unnamed Skill
2
from
"sorryhyun/DiPeO"
from
"sorryhyun/DiPeO"
3
Router skill for DiPeO backend ecosystem (server/ and cli/): FastAPI server, CLI tools, database, MCP integration. Use when task mentions CLI commands, server endpoints, database queries, or MCP tools. For simple tasks, handle directly; for complex work, escalate to dipeo-backend agent.
2026-01-05
database-use.md
13
1
export
database-use
2
from
"ScotterMonk/AgentAutoFlow"
from
"ScotterMonk/AgentAutoFlow"
3
Any time database-related activity is required.
2026-01-05
managing-bd-tasks.md
13
1
export
managing-bd-tasks
2
from
"withzombies/hyperpowers"
from
"withzombies/hyperpowers"
3
Use for advanced bd operations - splitting tasks mid-flight, merging duplicates, changing dependencies, archiving epics, querying metrics, cross-epic dependencies
2026-01-21
sqlite-with-gcov.md
13
1
export
sqlite-with-gcov
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
This skill provides guidance for compiling software (particularly SQLite) with gcov code coverage instrumentation, installing to custom prefixes, and making binaries available system-wide. Use when tasks involve compiling C/C++ projects with coverage flags, installing software to non-standard locations, or ensuring PATH availability for installed binaries.
2026-01-21
protein-assembly.md
13
1
export
protein-assembly
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for designing fusion protein gBlock sequences from multiple protein sources. This skill applies when tasks involve combining proteins from PDB databases, plasmid files, and fluorescent protein databases into a single optimized DNA sequence with specific linkers and codon optimization requirements.
2026-01-21
mock-data.md
13
1
export
mock-data
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Generate realistic mock data for testing using factories, fixtures, and Faker.js. Use when seeding test databases, creating test fixtures, or mocking API responses.
2026-01-21
litestream-coder.md
13
1
export
litestream-coder
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
This skill guides configuring Litestream for continuous SQLite backup in Rails 8+ apps. Use when setting up production backups for SQLite databases (Solid Queue, Solid Cache, Solid Cable).
2026-01-22
security-audit.md
13
1
export
security-audit
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Audit code for security vulnerabilities (SQL injection, XSS, OWASP Top 10). Use when adding authentication logic, handling user input, or before production deployments.
2026-01-21
db-wal-recovery.md
13
1
export
db-wal-recovery
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for recovering data from SQLite Write-Ahead Log (WAL) files that may be corrupted, encrypted, or inaccessible. This skill should be used when tasks involve database recovery, WAL file analysis, decrypting database files, or recovering missing/corrupted SQLite data. Helps avoid common pitfalls like fabricating data based on patterns instead of actual recovery.
2026-01-21
redis-cache.md
13
1
export
redis-cache
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Implement or debug Redis caching strategies using the centralized Upstash Redis client. Use when adding cache layers, debugging cache issues, or optimizing cache invalidation.
2026-01-21
ln-361-security-auditor.md
13
1
export
ln-361-security-auditor
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
Security audit worker (L3). Scans codebase for hardcoded secrets, SQL injection, XSS, insecure dependencies, missing input validation. Returns findings with severity (Critical/High/Medium/Low), location, effort, and recommendations.
2026-01-21
query-optimize.md
13
1
export
query-optimize
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for SQL query optimization tasks. This skill should be used when optimizing slow SQL queries, improving database performance, or rewriting queries to be more efficient. Covers query plan analysis, benchmarking strategies, and database-specific optimization techniques.
2026-01-21
ln-333-task-rework.md
13
1
export
ln-333-task-rework
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
Fixes tasks in To Rework and returns them to To Review. Applies reviewer feedback only for the selected task.
2026-01-21
db-wal-recovery.md
13
1
export
db-wal-recovery
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guide for recovering data from SQLite Write-Ahead Log (WAL) files that may be corrupted, encrypted, or inaccessible through standard methods. This skill should be used when tasks involve SQLite database recovery, WAL file analysis, encrypted database files, or discrepancies between tool outputs and filesystem access.
2026-01-21
pr-review.md
13
1
export
pr-review
2
from
"malhashemi/dotfiles"
from
"malhashemi/dotfiles"
3
This skill provides a complete workflow for handling GitHub Pull Request reviews,
specifically optimized for @gemini-code-assist automated reviews. This skill should
be used when addressing PR review comments, responding to reviewers, resolving
threads, requesting re-reviews, or merging PRs after feedback is addressed.
Triggers include: /pr-review command, "address PR feedback", "handle review comments",
"respond to gemini", or any PR review lifecycle management request.
2026-01-05
model-extraction-relu-logits.md
13
1
export
model-extraction-relu-logits
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for extracting weight matrices from black-box ReLU neural networks using only input-output queries. This skill applies when tasks involve model extraction attacks, recovering hidden layer weights from neural networks, or reverse-engineering ReLU network parameters from query access.
2026-01-21
wrangler-coder.md
13
1
export
wrangler-coder
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
This skill guides Cloudflare Workers and Pages development with Wrangler CLI. Use when creating Workers, configuring D1 databases, R2 storage, KV namespaces, Queues, or deploying to Cloudflare Pages.
2026-01-22
cache-components.md
13
1
export
cache-components
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Ensure 'use cache' is used strategically to minimize CPU usage and ISR writes. Use when creating/modifying queries to verify caching decisions align with data update patterns and cost optimization.
2026-01-21