CipherStash avatar

CipherStash

Official

@cipherstash · United States of America

0Followers
|
53Public Repos
|
46Published Skills

Security for the world where humans left the loop.

Skills Distribution
DomainCybersecurit...Field-Level Encryp.. (40%)Database Security .. (30%)Secure Secret Mana.. (30%)

Agent Skills by CipherStash

Showing 46 vetted skills indexed across 2 GitHub repositories.

cipherstashcipherstash
156

stash-supabase

Integrate CipherStash field-level encryption with Supabase using the @cipherstash/stack/supabase wrapper.

Official
Advanced
cipherstashcipherstash
156

stash-encryption

Implement field-level encryption for TypeScript applications using @cipherstash/stack.

Official
Advanced
cipherstashcipherstash
156

stash-secrets

Manage end-to-end encrypted secrets with environment isolation via SDK and CLI.

Official
Advanced
cipherstashcipherstash
156

stash-drizzle

Integrate CipherStash field-level encryption with Drizzle ORM for TypeScript applications.

Official
Advanced
cipherstashcipherstash
156

stash-forge

Install and configure CipherStash EQL extensions in PostgreSQL databases.

Official
Intermediate
cipherstashcipherstash
156

stash-dynamodb

Encrypt and decrypt DynamoDB items with CipherStash field-level encryption.

Official
Advanced
cipherstashcipherstash
17

dispatching-parallel-agents

Dispatch multiple Claude agents to investigate and fix independent test failures concurrently.

Community
Basic
cipherstashcipherstash
17

test-driven-development

Enforce test-driven development by requiring a failing test before production code.

Community
Basic
cipherstashcipherstash
17

Creating Research Packages

Package complex domain knowledge into structured research packages with verification tracking.

Community
Basic
cipherstashcipherstash
17

Organizing Documentation

Audit project documentation and reorganize it into BUILD, FIX, UNDERSTAND, and LOOKUP categories.

Community
Basic
cipherstashcipherstash
17

testing-anti-patterns

Detect testing anti-patterns that verify mocks instead of real behavior.

Community
Basic
cipherstashcipherstash
17

requesting-code-review

Dispatch a code-review agent to validate changes against requirements before merge.

Community
Basic
cipherstashcipherstash
17

following-plans

Enforce predefined implementation plans with explicit BLOCKED status reporting.

Community
Basic
cipherstashcipherstash
17

using-git-worktrees

Create isolated git worktrees with safety checks and project setup.

Community
Intermediate
cipherstashcipherstash
17

receiving-code-review

Verify code review feedback against the codebase before implementing changes.

Community
Basic
cipherstashcipherstash
17

systematic-debugging

Identify root causes of technical issues through a four-phase systematic debugging process.

Community
Basic
cipherstashcipherstash
17

using-cipherpowers

Enforce mandatory skill discovery and workflow checklists before task execution.

Community
Basic
cipherstashcipherstash
17

Creating Quality Gates

Create executable quality gates with pass/fail and categorized checks for workflows.

Community
Basic
cipherstashcipherstash
17

Systematic Type Migration

Migrate legacy types to type-safe implementations with integration-test-first workflows.

Community
Intermediate
cipherstashcipherstash
17

sharing-skills

Contribute local skills to an upstream repository via pull requests.

Community
Intermediate
cipherstashcipherstash
17

Conducting Plan Review

Evaluate implementation plans against a 35-item quality checklist.

Community
Basic
cipherstashcipherstash
17

condition-based-waiting

Replace arbitrary timeouts with predicate-driven polling waits in unit and integration tests.

Community
Intermediate
cipherstashcipherstash
17

executing-plans

Executes planned tasks in batches with review checkpoints and semantic agent dispatch.

Community
Advanced
cipherstashcipherstash
17

finishing-a-development-branch

Verify tests pass and choose merge, PR, keep, or discard for a finished branch.

Community
Intermediate

Frequently Asked Questions About CipherStash

FAQPage Schema
What specific data protection tasks does CipherStash enable?

CipherStash enables field-level encryption for TypeScript applications, secure integration with Drizzle ORM and Supabase, and end-to-end encrypted secret management. It also provides PostgreSQL extensions for database-level encryption and decryption of sensitive items in DynamoDB.

Which technical personas benefit from these security capabilities?

Backend engineers, database administrators, and security architects working with TypeScript-based stacks benefit from these capabilities. The platform is designed for developers needing to implement granular data protection without managing complex cryptographic primitives manually.

What are the primary prerequisites for implementing CipherStash?

Implementation requires a TypeScript environment and access to supported data layers like PostgreSQL or DynamoDB. Users must integrate the specific stack wrappers for their chosen ORM or database to enable the encryption and decryption logic.