skillbase
49 packages published · @evseevnn
appsec
v1.0.1Application security: OWASP Top 10, dependency auditing, secrets scanning, SAST/DAST, secure coding patterns
mev-awareness
v1.0.1MEV risk assessment: sandwich/JIT/frontrun detection, Flashbots Protect, private mempools, MEV exposure evaluation
leverage-calc
v1.0.2Leveraged DeFi position calculator: health factor, liquidation price, stress tests at -30%/-50% drawdowns
yield-analysis
v1.0.1DeFi yield strategy analysis: base/reward APY, impermanent loss, gas costs, risk-adjusted returns comparison
onchain-signals
v1.0.2On-chain signal analysis: whale tracking, TVL flows, smart money movement, governance impact assessment
arch-api-design
v1.0.3Guides API contract design for REST, gRPC, and GraphQL: resource modeling, naming conventions, versioning strategies, error handling standards, and specification generation
trade-journal
v1.0.1Structured trade journal: thesis, entry/exit criteria, P&L tracking, post-mortem analysis
growth-airdrop-design
v1.0.1Airdrop campaign design: eligibility criteria, sybil resistance, vesting schedules, retroactive vs prospective mechanics, and token distribution modeling
python-backend
v1.0.1Python backend development with FastAPI, async/await, Poetry, Pydantic v2, structlog, and clean architecture (ports/adapters)
db-mongodb
v1.0.1MongoDB with Motor async driver: schema design for document databases, indexes, aggregation pipelines, migrations, and repository pattern implementation
web3-web3py
v1.0.1Web3.py for EVM blockchain interaction: contract calls, ABI handling, batch/multicall, middleware, typed wrappers, and event processing
python-testing
v1.0.1Python testing with pytest, pytest-asyncio, fixtures, parametrize, coverage analysis, and mock/fake strategies for FastAPI and async services
arch-system-design
v1.0.3Guides distributed system architecture design: requirements elicitation, C4 diagrams (Context/Container/Component), pattern selection with tradeoff analysis, and failure mode planning
defi-growth-strategy
v1.0.1Web3/DeFi growth strategy: funnel design, metrics (TVL/WAU/retention), user segmentation, A/B experiments, and go-to-market planning
web3-grant-writing
v1.0.2Web3 grant applications for Arbitrum, Optimism, and Ethereum Foundation: proposal structure, milestones, budget justification, and ecosystem alignment
arch-code-review
v1.0.3Performs structural code review focused on coupling, cohesion, SOLID principles, naming quality, and cyclomatic complexity. Produces severity-ranked findings with concrete fix suggestions.
web3-threat-modeling
v1.0.2Threat modeling: trust boundaries, attack surface analysis, STRIDE, DeFi-specific threat vectors
frontend-tailwind-shadcn
v1.0.1Tailwind CSS v4 + shadcn/ui: utility-first styling, component composition, theming, responsive design, dark mode
smart-contract-audit
v1.0.1Smart contract security audit: vulnerability detection, exploit pattern matching, severity classification, mitigation recommendations
frontend-nuxt
v1.0.1Nuxt 4 development: composables, server routes, auto-imports, SSR/SSG, Nitro server engine
frontend-react-nextjs
v1.0.1React 18+ and Next.js 14+ App Router: server/client components, suspense, streaming, data fetching, routing
devops-linux-admin
v1.0.2Linux server administration: systemd services, firewall configuration (ufw/nftables), SSH hardening, log analysis, and system troubleshooting
solidity-defi-integrations
v1.0.1Integrate with DeFi protocols — Pendle (PT/YT/SY, market operations), Morpho Blue (lending/borrowing, markets, callbacks), Aave V3 (supply/borrow, flash loans, e-mode), Uniswap V3/V4 (swaps, liquidity, hooks)
ts-typescript-core
v1.0.1TypeScript strict-mode development: type design, utility types, type narrowing, generics, zod validation at boundaries
rust-cli
v1.0.1Rust CLI tools: clap argument parsing, stdin/stdout pipes, exit codes, colored output, progress indicators, cross-compilation, and distribution
solidity-diamond-pattern
v1.0.1EIP-2535 Diamond Proxy pattern: facet architecture, function selector management, diamond storage layout, diamondCut upgrades, and loupe introspection
solidity-foundry
v1.0.1Foundry toolchain for Solidity: forge test with fuzz/invariant/fork testing, forge script for deployments, forge verify, and project configuration
solidity-core
v1.0.1Write production-grade Solidity 0.8+ smart contracts with security-first patterns, gas optimization, NatSpec documentation, and custom errors
web3-ambassador-program
v1.0.1Design ambassador programs for Web3 protocols: selection criteria, tier structures, task frameworks, reward models, KPIs, and lifecycle management
web3-landing-copy
v1.0.1Write conversion-focused landing page copy for Web3/DeFi products: hero with 3 variants, social proof, how-it-works, features-as-benefits, and CTA sections
web3-naming
v1.0.1Generate and validate product/token names: 7-10 candidates with domain suggestions, linguistic collision checks across 6 languages, and ranked recommendations with taglines
web3-twitter-threads
v1.0.1Twitter/X thread writing: hook-first structure, tweet splitting, engagement formatting for Web3/DeFi announcements, explainers, and thought leadership
web3-blog-posts
v1.0.2Blog post writing in two registers: technical posts with code snippets for developers, and accessible explainers for DeFi users — with SEO, structure, and Web3 context
web3-wagmi-viem
v1.0.1wagmi v2 + viem: wallet connection, contract reads/writes, transaction lifecycle, chain switching, error handling for DApp frontends
web3-technical-writing
v1.0.2Technical documentation: integration guides, API references, README files, changelogs, architecture posts, and migration guides for Web3/DeFi developer tooling
web3-discord-setup
v1.0.2Design Discord server architecture: channel structure, roles, permissions, bots, onboarding flow, verification, and moderation setup for Web3/DeFi communities
brand-one-pager
v1.0.1Write investor and partner one-pagers: problem, solution, why now, traction metrics, and ask — with investor and partner variants plus a forwarding line
db-postgresql
v1.0.1PostgreSQL operations: backups (pg_dump/restore), monitoring, vacuum tuning, replication setup, and schema migrations
brand-pitch-deck-narrative
v1.0.1Create investor-ready pitch deck narratives: 10-12 slides with titles, body text, speaker notes, and visual suggestions following problem-solution-market-traction-ask structure
devops-ci-cd
v1.0.1GitHub Actions CI/CD pipelines: build, test, deploy workflows with caching, secrets management, matrix strategies, and reusable workflows
rust-async
v1.0.1Async Rust with tokio: runtime configuration, task spawning, channels, cancellation safety, structured concurrency, and avoiding blocking in async contexts
dao-governance-design
v1.0.2Design governance frameworks for DAOs and Web3 protocols: proposal processes, voting mechanisms, quorum rules, delegation, transparency reports, and progressive decentralization
devops-docker
v1.0.1Dockerfile authoring, docker-compose stacks, multi-stage builds, health checks, and container security best practices
go-concurrency
v1.0.1Go concurrency patterns: goroutines, channels, errgroup, sync primitives, graceful shutdown, and race-condition-free design
go-golang
v1.0.1Idiomatic Go development: interfaces, error handling with wrapping, context propagation, table-driven tests, and stdlib-first project structure
devops-nginx
v1.0.1Nginx configuration: reverse proxy, SSL/TLS termination, rate limiting, caching, and serving SPA and API backends
rust-core
v1.0.1Core Rust development: ownership, borrowing, lifetimes, traits, generics, error handling with thiserror/anyhow, type design, and clippy-clean code
go-microservices
v1.0.1Go microservice architecture: gRPC services, Nomad/Consul deployment, health checks, structured logging, and service wiring
leverage-calc
v1.0.1Leveraged DeFi position calculator: health factor, liquidation price, stress tests at -30%/-50% drawdowns