bitlysis-project-core
Bitlysis — Project Core Standards
When to Use
- Starting any new feature, component, or module in Bitlysis
- Before refactoring existing code
- When the agent needs to confirm stack versions, naming conventions, or quality gates
- When routing to a specialist agent persona
Instructions
Step 1: Validate Context
Always check these files before making substantive edits:
.cursor/tech-stack.md— confirm runtime versions, framework, package manager, and Primary archetype.cursor/.agents/AGENT.md§18 — read the archetype-specific guidance.cursor/.docs/docs.md— understand the current architecture and decisions
More from bernieweb3/bitlysis-skills
bitlysis-testing
Write comprehensive tests for Bitlysis using Vitest (TypeScript), pytest (Python), and Playwright (E2E). Use when adding unit tests, integration tests, E2E tests, or when improving test coverage for any part of the codebase.
1bitlysis-security-audit
Perform security review and apply security best practices for Bitlysis — authentication, authorization, input validation, smart contract security, OWASP Top 10, and dependency auditing. Use when reviewing auth flows, API security, contract audits, or before deploying to production.
1bitlysis-ai-agents-llm
Apply best practices for LLM applications, AI agents, RAG pipelines, and evaluations in Bitlysis. Use when building agentic workflows, integrating LLM APIs, designing RAG systems, writing eval test cases, or working in agent/llm/rag/eval/mcp directories.
1bitlysis-infrastructure
Apply Bitlysis DevOps and infrastructure best practices — Docker multi-stage builds, GitHub Actions CI/CD, environment management, Render and Vercel deployment, security headers, and observability. Use when working on Dockerfiles, CI workflows, deployment configs, or infrastructure code.
1bitlysis-fullstack
Apply Bitlysis fullstack development standards for Next.js 15 (App Router), React 19, FastAPI, Drizzle ORM, and TanStack Query. Use when building frontend components, API endpoints, database schemas, or full-stack features.
1bitlysis-data-science
Apply Bitlysis data science best practices for R, Python, Quarto, and reproducible analysis pipelines. Use when working on statistical analysis, data pipelines, notebooks, R packages, or any file with .R, .Rmd, .qmd, or .ipynb extensions.
1