Langning Zhang
Community@boulea7 · Beijing
Langning Zhang (Boulea7) publishes full-stack development skills covering React/TypeScript frontends, Node.js/Express microservices, API design, testing, and code review practices.
Agent Skills by Langning Zhang
Showing 13 vetted skills indexed across 2 GitHub repositories.
frontend-dev-guidelines
Provides React and TypeScript development guidelines covering Suspense, TanStack Query, MUI v7, and file organization.
backend-dev-guidelines
Enforces layered architecture patterns for Node.js Express TypeScript microservices.
git-workflow
Guides commit preparation, branch hygiene review, and change packaging for collaborative git workflows.
deep-research
Produces source-backed research summaries with recommendations, confidence levels, and cited references.
skill-developer
Create and configure Claude Code skills with trigger rules and hook-based activation.
api-design
Guides design and review of REST API endpoints, payloads, and pagination behavior.
route-tester
Test authenticated API routes using cookie-based JWT authentication and mock auth headers.
error-tracking
Implements Sentry v8 error tracking and performance monitoring across Node.js services.
verification-loop
Validates completed work through targeted tests, lint, type checks, and manual review.
performance
Diagnose slowness and reduce context, tool, and build overhead in coding workflows.
search-first
Searches the repository for existing solutions before writing new code or adding dependencies.
security-review
Reviews code changes for authentication, secrets, permissions, and input validation risks.
chrome-extension-icons
Generate Chrome extension icons from Iconify and update manifest.json.
Frequently Asked Questions About Langning Zhang
FAQPage SchemaWhat tasks can I accomplish using Boulea7's skills?▼
You can build React/TypeScript frontends with Suspense and TanStack Router, structure Node.js/Express microservices with layered architecture, design REST endpoints with pagination, test authenticated routes with cookie-based mock auth, add Sentry v8 error tracking, and run pre-completion verification with tests, lint, and type checks.
Who are these skills designed for?▼
Full-stack engineers working on React/TypeScript frontends and Node.js/Express/Prisma backends. They suit developers creating routes, controllers, and services, reviewing security-sensitive changes, preparing git commits, or producing source-backed technical research before implementation.
How do the verification and quality skills work in practice?▼
The verification-loop skill runs focused validation such as tests, lint, type checks, and manual sanity checks before marking work complete. The performance skill diagnoses slowness and reduces context overhead, while search-first checks for existing solutions before adding dependencies or writing new helpers.
What prerequisites and dependencies do these skills assume?▼
Backend skills assume Node.js, Express, TypeScript, Prisma, Zod, and Sentry v8. Frontend skills assume React with MUI v7, TanStack Router, and useSuspenseQuery data fetching. Route testing uses cookie-based authentication with a test-auth-route.js mock authentication pattern.
Do these skills cover API design and security review?▼
Yes. The api-design skill covers REST endpoint design, payloads, status codes, filtering, sorting, and pagination. The security-review skill guides review of authentication, secrets, permissions, and external input handling to prevent security regressions in code changes.