Langning Zhang avatar

Langning Zhang

Community

@boulea7 · Beijing

9Followers
|
33Public Repos
|
13Published Skills

Langning Zhang (Boulea7) publishes full-stack development skills covering React/TypeScript frontends, Node.js/Express microservices, API design, testing, and code review practices.

Skills Distribution
DomainDeveloper To...Backend Microservi.. (30%)Frontend Engineeri.. (25%)Code Quality, Veri.. (20%)API Design & Route.. (15%)

Agent Skills by Langning Zhang

Showing 13 vetted skills indexed across 2 GitHub repositories.

Boulea7Boulea7

frontend-dev-guidelines

Provides React and TypeScript development guidelines covering Suspense, TanStack Query, MUI v7, and file organization.

Community
Intermediate
Boulea7Boulea7

backend-dev-guidelines

Enforces layered architecture patterns for Node.js Express TypeScript microservices.

Community
Advanced
Boulea7Boulea7

git-workflow

Guides commit preparation, branch hygiene review, and change packaging for collaborative git workflows.

Community
Basic
Boulea7Boulea7

deep-research

Produces source-backed research summaries with recommendations, confidence levels, and cited references.

Community
Basic
Boulea7Boulea7

skill-developer

Create and configure Claude Code skills with trigger rules and hook-based activation.

Community
Intermediate
Boulea7Boulea7

api-design

Guides design and review of REST API endpoints, payloads, and pagination behavior.

Community
Basic
Boulea7Boulea7

route-tester

Test authenticated API routes using cookie-based JWT authentication and mock auth headers.

Community
Intermediate
Boulea7Boulea7

error-tracking

Implements Sentry v8 error tracking and performance monitoring across Node.js services.

Community
Intermediate
Boulea7Boulea7

verification-loop

Validates completed work through targeted tests, lint, type checks, and manual review.

Community
Basic
Boulea7Boulea7

performance

Diagnose slowness and reduce context, tool, and build overhead in coding workflows.

Community
Basic
Boulea7Boulea7

search-first

Searches the repository for existing solutions before writing new code or adding dependencies.

Community
Basic
Boulea7Boulea7

security-review

Reviews code changes for authentication, secrets, permissions, and input validation risks.

Community
Basic
Boulea7Boulea7

chrome-extension-icons

Generate Chrome extension icons from Iconify and update manifest.json.

Community
Intermediate

Frequently Asked Questions About Langning Zhang

FAQPage Schema
What 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.