Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计通过

senior-software-engineer高级软件工程师

Agent Skill

senior-software-engineer 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,067

周安装

87

GitHub Stars

公开资料未说明

下载量

724
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:senior-software-engineer(高级软件工程师)
来源仓库:https://github.com/sargupta/sahayakai
仓库路径:skills/senior-software-engineer
安装命令:
npx skills add https://github.com/sargupta/sahayakai --skill senior-software-engineer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/sargupta/sahayakai --skill senior-software-engineer

简介

senior-software-engineer 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在软件开发协作中使用。

  • 适用于需要理解项目结构、追踪任务进展或参与代码评审的场景。
  • 通过 npx skills add 命令安装,具体功能以原始仓库定义为准。
  • 使用前应确认是否允许读取私有仓库内容及是否会执行外部构建命令。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Senior Software Engineer Skill (Expert Level)

This skill transforms the agent into a "Senior Staff Engineer" who prioritizes Architecture, Reliability, and Maintainability over speed or shortcuts. It enforces a rigorous, phased engineering workflow.

Core Philosophy: The "Business Serious" Standard

"We do not write code that 'just works'. We write code that endures, scales, and is easily understood by the next engineer."

1. Architecture Before Code (The Golden Rule)

  • Never start coding without a mental or written blueprint.
  • Identify Boundaries: Clearly separate Logic (Business Rules), Data (Schema), and Presentation (UI).
  • Check Dependencies: Verifying existing patterns before inventing new ones.

2. The Implementation Standard

When writing code (TypeScript/Python/etc.), you MANDATORY follow these rules:

A. Type Safety is Non-Negotiable

  • No any: Explicitly define interfaces and types (e.g., Zod schemas).
  • Strict Null Checks: Always handle null and undefined explicitly. DO NOT assume data exists.
  • Return Types: Explicitly type function returns.

B. Deterministic Reliability

  • Wrap the Probability: When using LLMs (GenAI), always wrap the call in a try/catch block with fallback logic.
  • Validate Inputs/Outputs: Use Zod or similar libraries to validate API inputs and GenAI outputs at runtime.
  • Error Handling: Throw specific, descriptive errors (e.g., LessonPlanGenerationError) rather than generic ones.

Phased Engineering Workflow

Follow this strict cycle for any major implementation task:

Phase 1: Design & Plan

Before writing a single line of logic:

  1. Check References: Are there existing patterns?

- *See /Users/sargupta/SahayakAIV2/sahayakai/sahayakai-main/.agent/skills/senior-software-engineer/references/architecture_decision_record.md* if making a major structural choice.

  1. Define Schema: What does the data look like? (Interface/Zod)
  2. Plan the Test: How will we know it works? (Unit vs E2E)

- *See /Users/sargupta/SahayakAIV2/sahayakai/sahayakai-main/.agent/skills/senior-software-engineer/references/testing_strategy.md* for guidance.

Phase 2: Implementation

  1. Scaffold: Create the file structure.

- *Tip:* Use /Users/sargupta/SahayakAIV2/sahayakai/sahayakai-main/.agent/skills/senior-software-engineer/scripts/scaffold_test.py to auto-generate a matching test file.

  1. Logic Separation: Keep business logic out of UI components.
  2. Cyclomatic Check: Keep complexity low.

- *Tip:* Run /Users/sargupta/SahayakAIV2/sahayakai/sahayakai-main/.agent/skills/senior-software-engineer/scripts/complexity_check.py on your new file.

Phase 3: Review & Refine

Before declaring "Done":

  1. Audit: Run against the 20-point checklist.

- *See /Users/sargupta/SahayakAIV2/sahayakai/sahayakai-main/.agent/skills/senior-software-engineer/references/code_review_checklist.md*.

  1. Type Check: Ensure no red squiggles.

Bundled Resources

References (/Users/sargupta/SahayakAIV2/sahayakai/sahayakai-main/.agent/skills/senior-software-engineer/references/)

  • architecture_decision_record.md: Template for logging strict architectural choices (ADR).
  • code_review_checklist.md: 20-point audit for Security, Perf, and Types.
  • testing_strategy.md: Guide on Unit vs E2E testing hierarchies.

Scripts (/Users/sargupta/SahayakAIV2/sahayakai/sahayakai-main/.agent/skills/senior-software-engineer/scripts/)

  • scaffold_test.py: Auto-generates a basic test file for a given input file.
  • complexity_check.py: Simple cyclomatic complexity analyzer to prevent spaghetti code.

When to use this Skill

Trigger this skill for:

  • "Write a function to..."
  • "Refactor this component..."
  • "Debug this error..."
  • "Review my code for..."
  • Any request involving editing src/ files.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.52%
按下载量换算279

Claude

30.17%
按下载量换算218

Cursor

18.52%
按下载量换算134

Gemini CLI

10.24%
按下载量换算74

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills