agentsclimarketplace

Project context

Skill supper-skills/develpment-skills/skills/project-context

Turn your ideas into production-ready code. One sentence is all it takes to start building.

Install
npx -y skills add supper-skills/develpment-skills --skill project-context

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Project context management skill for managing user profiles and project context. This skill is invoked by brainstorming and executing-plans skills, not triggered independently. Invoked to get user profile when brainstorming is activated, automatically updates project context when executing-plans completes.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

4.9 KB, as published. Nobody here has run it

Project Context Skill

This skill manages user profiles and project context, providing context information to other skills.


Core Responsibilities

ResponsibilityDescriptionMaintenance Method
User Profile ReadingLoad user profile, provide user information for brainstormingAgent automatic
User Profile UpdatingIdentify user preferences during dialogue, automatically update profileAgent automatic + proactive trigger
Project Context ManagementRecord current project state, provide background for future planningAgent automatic (when executing-plans completes)

Proactive Update Mechanism

User Profile Proactive Update Triggers

⚠️ Must proactively update user profile in the following situations:

Technical Preference Identification:

  • User explicitly expresses preference for a certain framework/library
  • User shows tendencies in technical selection
  • User demonstrates new tech stack usage experience

Decision Tendency Identification:

  • User shows consistent tendencies across multiple decisions (quality first/efficiency first)
  • User's attitude toward risk (conservative/aggressive)
  • User's attitude toward refactoring (small frequent changes/big refactoring)

Interaction Style Identification:

  • User preference for detailed explanations or concise descriptions
  • User preference for multiple choice questions or open-ended questions
  • User wants confirmation at each step or at key milestones

Capability Assessment Updates:

  • User demonstrates capabilities beyond expectations in certain areas
  • User needs more guidance in certain areas

Project Context Proactive Update Triggers

⚠️ Must proactively update project context in the following situations:

On Feature Completion:

  • Each feature implementation must be recorded to project context upon completion
  • Record technical decisions and reasoning
  • Record encountered problems and solutions

On Architecture Changes:

  • Major changes in project structure
  • Introduction of new dependencies or tech stacks
  • Modifications to core design patterns

On Test Status Updates:

  • Test coverage changes
  • Test strategy adjustments
  • Test framework changes

File Locations

FilePathPurpose
User Profiledesign/context/user-profile.mdCross-session user preferences
Project Contextdesign/context/project-context.mdProject persistent state record

User Profile

Basic Information

FieldContentUpdate Date
User Positioning[Senior Developer/Mid-level Developer/Product Manager/Other]-
Technical Background[Main languages, frameworks, tech stacks used]-
First RecordedYYYY-MM-DD-
Last UpdatedYYYY-MM-DD-

Technical Preferences

TypePreferenceNotes
Frontend Framework[React/Vue/Angular/Other]-
Backend Language[Node.js/Python/Go/Rust/Other]-
Code Style[Specific standards or style description]-

Decision Tendencies

ScenarioTendencyManifestation
Regular Development[Quality First/Efficiency First/Balance][Specific manifestation]
Emergency Situations[Quality First/Efficiency First/Balance][Specific manifestation]
Refactoring Scenarios[Quality First/Efficiency First/Balance][Specific manifestation]

Risk Appetite

  • Technical Selection: [Conservative/Moderate/Aggressive]
  • Refactoring Decisions: [Small frequent changes/Medium iterations/Big refactoring]
  • Dependency Introduction: [Minimal dependencies/Moderate dependencies/Willing to try new things]

Interaction Style

AspectPreferenceDescription
Detail Level[Detailed/Concise/Moderate]-
Feedback Frequency[Each step/Key milestones/After completion]-
Explanation Depth[In-depth explanation/Summary/No explanation needed]-
Question Format[Multiple choice/Open-ended/Both acceptable]-

Capability Assessment

Capability AreaSelf-assessed LevelNotes
Frontend Development[Junior/Mid-level/Senior]-
Backend Development[Junior/Mid-level/Senior]-
Architecture Design[Junior/Mid-level/Senior]-
Performance Optimization[Junior/Mid-level/Senior]-

Update History

DateUpdate ContentTrigger Scenario
YYYY-MM-DD[Initial creation]First dialogue
YYYY-MM-DD[Update content][Trigger scenario]

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.