q-methods
16
总安装量
5
周安装量
#21561
全站排名
安装命令
npx skills add https://github.com/tyrealq/q-skills --skill q-methods
Agent 安装分布
opencode
5
gemini-cli
5
antigravity
5
claude-code
5
cursor
5
Skill 文档
Methods Section Drafting
This skill guides drafting of methods sections for academic manuscripts in a clear, narrative style suitable for broad scholarly audiences.
Core Principles
- Write in flowing paragraphs without bullet points or em-dashes unless absolutely necessary
- Keep technical jargon minimal in main text; reference appendix for implementation details
- Organize by logical workflow stages (data collection, preprocessing, analysis, validation)
- Include placeholders for coauthor contributions where information is missing
- Balance conciseness with sufficient detail for replication understanding
Standard Structure
Data Collection and Preprocessing
- Describe sampling, recruitment, data sources (or mark as placeholder for coauthor)
- Describe preprocessing at conceptual level without code-specific language
- Reference appendix for technical parameters and library specifications
Data Analysis
- Provide brief pipeline overview establishing the analytical approach
- Organize by analytical stages (e.g., topic modeling, classification, validation)
- For each stage: justify method choice, describe key parameters conceptually, reference appendix for details
Validation
- Describe human validation sampling strategy
- Leave placeholders for reliability metrics if not yet available
Writing Style Guidelines
Avoid phrases like “importing Python libraries” or “using pandas for data manipulation.” Instead write conceptually: “Interview responses were organized by dimension” rather than “We filtered the DataFrame by question type.”
Use hyphens (-) for compound modifiers. Never use em-dashes. Write numbers under ten as words unless in technical context.
When referencing appendix sections, use format: “Detailed parameters are provided in Appendix A” or “The complete system prompt is documented in Appendix E.”
Reference Files
For detailed examples and templates:
- See references/methods_template.md for the complete template structure
- See references/appendix_template.md for companion appendix structure